[Rpm-maint] [rpm-software-management/rpm] %transfiletriggerin does not return file list (#644)
Tomasz Paweł Gajc
notifications at github.com
Wed Mar 20 13:07:18 UTC 2019
Hi,
i've a script in lua:
`%transfiletriggerin -P 900901 -p <lua> -- /usr/share/foo`
foo.spec file installs many files in /usr/share/foo
I'd like to catch that all the installed files in /usr/share/foo from lua script.
I've tired to carch arg[] from 0 to 6 and none of them returned file list.
Even stdin is empty
```
%transfiletriggerin -P 900901 -p <lua> -- /usr/share/foo
v=io.read()
print(v)
```
Looking for a help.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/644
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190320/df6bb0be/attachment.html>
More information about the Rpm-maint
mailing list