From: Michael Tremer Date: Sun, 28 Aug 2011 16:01:06 +0000 (+0200) Subject: Define configfiles for every template. X-Git-Tag: 0.9.9~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db92769bb755836f76dde030cb305cbf3d985226;p=pakfire.git Define configfiles for every template. --- diff --git a/macros/templates.macro b/macros/templates.macro index d616b3447..7dfc2fbab 100644 --- a/macros/templates.macro +++ b/macros/templates.macro @@ -8,6 +8,9 @@ template MAIN def files / end + + def configfiles + end end template LIBS @@ -19,6 +22,9 @@ template LIBS /usr/lib*/*.so.* end + def configfiles + end + script postin # Update linker cache. /sbin/ldconfig 2>/dev/null || true @@ -50,4 +56,7 @@ template DEVEL /usr/share/pkgconfig /usr/share/vala end + + def configfiles + end end