]> git.pld-linux.org Git - packages/ecryptfs-utils.git/commitdiff
- single postun
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Feb 2011 03:21:31 +0000 (03:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecryptfs-utils.spec -> 1.23

ecryptfs-utils.spec

index 46afe094f197bbabba46f6a49d9d39cbb3e33462..c13788fbe5c50c93eb5ba86e7927a8829ab7f183 100644 (file)
@@ -150,12 +150,12 @@ rm -rf $RPM_BUILD_ROOT
 %groupadd -g 260 ecryptfs
 
 %postun
+/sbin/ldconfig
 if [ "$1" = "0" ]; then
         %groupremove ecryptfs
 fi
 
 %post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.137268 seconds and 4 git commands to generate.