]> git.pld-linux.org Git - packages/cups.git/commitdiff
- use macros in %{pre,post}{,un}
authorsaq <saq@pld-linux.org>
Wed, 25 Jul 2001 16:30:42 +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:
    cups.spec -> 1.7

cups.spec

index 126c09b0c944f893121e552809e8b3a6128bfe8e..6640a3c430a08008e69e61be148ea9053f998775 100644 (file)
--- a/cups.spec
+++ b/cups.spec
@@ -101,10 +101,10 @@ install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/cups
 gzip -9nf *.txt
 
 %post
-/sbin/chkconfig --add cups
+%chkconfig_add
     
 %preun
-/sbin/chkconfig --del cups
+%chkconfig_del
 
 %clean
 rm -f $RPM_BUILD_ROOT
This page took 0.038687 seconds and 4 git commands to generate.