| Revision 419, 152 bytes checked in by munepi, 17 years ago (diff) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [419] | 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 |