source: projects/self-build-setup/trunk/install-self-build-rpm.lua @ 419

Revision 419, 152 bytes checked in by munepi, 14 years ago (diff)

added self-build-setup

  • Property svn:executable set to *
RevLine 
[419]1-- This execute rpm -U after rpm transaction is comitted.
2--
3
4if transaction_success then
5    os.execute("/usr/lib/rpm/install-self-build-rpm.sh")
6end
7
Note: See TracBrowser for help on using the repository browser.