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
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to