Revision 419, 152 bytes checked in by munepi, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | -- This execute rpm -U after rpm transaction is comitted. |
2 | -- |
3 | |
4 | if transaction_success then |
5 | os.execute("/usr/lib/rpm/install-self-build-rpm.sh") |
6 | end |
7 |