]> git.pld-linux.org Git - packages/etad.git/commitdiff
- use macros in %{pre,post}{,un}
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 16:30:43 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- need rebuilt rpm (with new macros.pld) to build these

Changed files:
    etad.spec -> 1.2

etad.spec

index 2caa1c3b61a096a474c38abd7d263c1cb015f05b..946a6a5a0344718299255644ed4bff6ee3bb5d1b 100644 (file)
--- a/etad.spec
+++ b/etad.spec
@@ -48,10 +48,10 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/etad
 rm -rf ${RPM_BUILD_ROOT}
 
 %post
-/sbin/chkconfig --add etad
+%chkconfig_add
 
 %preun
-chkconfig --del etad
+%chkconfig_del
 
 %files
 %defattr(644,root,root,755)
This page took 0.086971 seconds and 4 git commands to generate.