From 361f134d842d3d7bb3832f327eda5341054b69ff Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 16 Oct 2011 19:42:40 +0200 Subject: [PATCH] Remove calling ldconfig from LIBS template. Pakfire does the job by itself. --- macros/templates.macro | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 -- 2.39.5