source: projects/self-build-setup/tags/0.9.7/install-self-build.conf @ 419

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

added self-build-setup

Line 
1// Run installation script just after the changes are commited to database.
2Scripts::PM::Post:: "/usr/share/apt/scripts/install-self-build-rpm.lua";
3
4// Run check script to aboid to install more than 2 self-build packages
5// just after dependency is resolved.
6// But this is now disabled. Becaouse I suppose this is meaningless...
7//Scripts::AptGet::Install::PostResolve:: "/usr/share/apt/scripts/check-self-build.lua";
Note: See TracBrowser for help on using the repository browser.