]> git.ipfire.org Git - pakfire.git/commitdiff
Remove calling ldconfig from LIBS template.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Oct 2011 17:42:40 +0000 (19:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Oct 2011 17:42:40 +0000 (19:42 +0200)
Pakfire does the job by itself.

macros/templates.macro

index 9554868d3c65931e724c88df4ffec7e7ba64dd48..21538c98dbad4b080ad97537c8a47082118c71d3 100644 (file)
@@ -26,18 +26,7 @@ packages
                def configfiles
                end
 
-               script postin
-                       # Update linker cache.
-                       /sbin/ldconfig 2>/dev/null || true
-               end
-
-               script postup
-                       /sbin/ldconfig 2>/dev/null || true
-               end
-
-               script postun
-                       /sbin/ldconfig 2>/dev/null || true
-               end
+               # Linker cache is updated automatically by pakfire.
        end
 
        template DEVEL