]> git.pld-linux.org Git - packages/PolicyKit.git/commitdiff
- typo
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 5 Dec 2006 21:29:16 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PolicyKit.spec -> 1.4

PolicyKit.spec

index 9d413682b5db136e1db290b83557e170c23b7325..24ef14dcfb43eb4f4b228beaea9ffffb150a2fff 100644 (file)
@@ -75,18 +75,17 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/PolicyKit
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/chkconfig --add PolicyKit
-%service PolicyKit restart
-
 %preun
 if [ "$1" = "0" ]; then
        %service -q PolicyKit stop
        /sbin/chkconfig --del PolicyKit
 fi
 
-%
-%post  -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+/sbin/chkconfig --add PolicyKit
+%service PolicyKit restart
+
 %postun        -p /sbin/ldconfig
 
 %files
This page took 0.07228 seconds and 4 git commands to generate.