]> git.pld-linux.org Git - packages/apmd.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:
    apmd.spec -> 1.24

apmd.spec

index c7cdcbf49e8933dca638d80ddbe8c9cf46a934fd..5905a4a70127a0a765db6323e0dd162eb19d9940 100644 (file)
--- a/apmd.spec
+++ b/apmd.spec
@@ -98,10 +98,10 @@ gzip -9nf README README.transfer ChangeLog ANNOUNCE
 rm -rf $RPM_BUILD_ROOT
 
 %post
-DESC="apmd daemon"; %chkconfig_post
+DESC="apmd daemon"; %chkconfig_add
 
 %preun
-%chkconfig_preun
+%chkconfig_del
 
 %files
 %defattr(644,root,root,755)
This page took 0.06877 seconds and 4 git commands to generate.