]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- Fixed 'postun' section.
authormkochano <mkochano@pld-linux.org>
Thu, 13 Jul 2000 11:54:38 +0000 (11:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SysVinit.spec -> 1.56

SysVinit.spec

index d691b53d643ba23ff3c1751708abeae2ab96daba..1124d5bea7488d7737746ec58e6d9b94cece2f91 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Program inicjalizuj
 Summary(tr):   System V baþlatma programý
 Name:          SysVinit
 Version:       2.78
-Release:       13
+Release:       14
 License:       GPL
 Group:         Base
 Group(pl):     Podstawowe
@@ -104,7 +104,9 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
 groupadd -f -r -g 22 utmp
 
 %postun
-groupdel utmp
+if [ "$1" = "0" ]; then
+       groupdel utmp
+fi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.235959 seconds and 4 git commands to generate.