From: saq Date: Wed, 25 Jul 2001 22:51:56 +0000 (+0000) Subject: - replace non-existent %chkconfig_{post,preun} macros with X-Git-Tag: am-utils-6_0_7-2~7 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fam-utils.git;a=commitdiff_plain;h=a1883ce085376ccc6a5d61e2b72a182345a2894e;ds=sidebyside - replace non-existent %chkconfig_{post,preun} macros with %chkconfig_{add,del} (thanks qboosh) Changed files: am-utils.spec -> 1.18 --- diff --git a/am-utils.spec b/am-utils.spec index 8a7ae62..0a84b0b 100644 --- a/am-utils.spec +++ b/am-utils.spec @@ -73,11 +73,11 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig -NAME=amd; %chkconfig_post +NAME=amd; %chkconfig_add %fix_info_dir %preun -NAME=amd; %chkconfig_preun +NAME=amd; %chkconfig_del %postun %fix_info_dir