From: Michael Tremer Date: Sun, 16 Oct 2011 17:42:40 +0000 (+0200) Subject: Remove calling ldconfig from LIBS template. X-Git-Tag: 0.9.17~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=361f134d842d3d7bb3832f327eda5341054b69ff;p=pakfire.git Remove calling ldconfig from LIBS template. Pakfire does the job by itself. --- diff --git a/macros/templates.macro b/macros/templates.macro index 9554868d3..21538c98d 100644 --- a/macros/templates.macro +++ b/macros/templates.macro @@ -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