]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- drop pointless %ldconfig_{post,postun} macros (not used by any spec from HEAD)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 May 2006 14:29:18 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.299

rpm.macros

index ddc8576de0f6762d8642be8b597f5ee3cc6bc89d..8c88d4f03dda772bc6e80e413613eae9d1680ba7 100644 (file)
@@ -387,17 +387,6 @@ if [ $1 = 0 ]; then \
 fi \
 %{nil}
 
-#-----------------------------------------------------------------
-# Run ldconfig after installing/deinstalling libraries
-#
-%ldconfig_post() \
-       /sbin/ldconfig; \
-       %{nil}
-
-%ldconfig_postun() \
-       /sbin/ldconfig; \
-       %{nil}
-
 #-----------------------------------------------------------------
 # post %install sequence:
 # - autodeps exceptions
This page took 0.080734 seconds and 4 git commands to generate.