]> git.pld-linux.org Git - packages/am-utils.git/commitdiff
- replace non-existent %chkconfig_{post,preun} macros with
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 22:51:56 +0000 (22:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
%chkconfig_{add,del} (thanks qboosh)

Changed files:
    am-utils.spec -> 1.18

am-utils.spec

index 8a7ae6252009ed0b3650ef5ecef6d8ef392705b6..0a84b0b897010dc02c01f6086f03320156d953c3 100644 (file)
@@ -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
This page took 0.090939 seconds and 4 git commands to generate.