root/setup.cfg.template

Revision 1686:b6f1329c60fe, 326 bytes (checked in by klai@…, 2 months ago)

Fix running og pre_install script

Line 
1[bdist_rpm]
2release = 1
3doc_files = README.txt
4requires = KL >= $kl_version$, $decimal$, vxargs
5distribution-name = $distribution_name$
6prep_script = scripts/prep.sh
7post_install = scripts/post_install.sh
8pre_uninstall = scripts/pre_uninstall.sh
9post_uninstall = scripts/post_uninstall.sh
10pre_install = scripts/pre_install.sh
Note: See TracBrowser for help on using the browser.