]> git.pld-linux.org Git - packages/am-utils.git/blobdiff - am-utils.spec
- replace non-existent %chkconfig_{post,preun} macros with
[packages/am-utils.git] / 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.093861 seconds and 4 git commands to generate.