]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- don't omit ldconfig in postun on upgrades - it's needed on downgrades and maybe...
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Apr 2005 19:40:36 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.207

rpm.macros

index 14f2d64bbfdff898631d2c5d6ee5fc28a0c75f3e..ff50d047ccdec0783a8b0e949ec54577fe8f8015 100644 (file)
@@ -422,10 +422,8 @@ fi \
        %{nil}
 
 %ldconfig_postun() \
-if [ $1 = 0 ]; then \
        /sbin/ldconfig; \
-fi \
-%{nil}
+       %{nil}
 
 #-----------------------------------------------------------------
 # post %install sequence:
This page took 0.042464 seconds and 4 git commands to generate.