]> git.ipfire.org Git - pakfire.git/commitdiff
Define configfiles for every template.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Aug 2011 16:01:06 +0000 (18:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Aug 2011 16:01:06 +0000 (18:01 +0200)
macros/templates.macro

index d616b344744a3cd6d5b4139f51b5385910ac7a86..7dfc2fbab81d222714d58aa6592f38efab72a138 100644 (file)
@@ -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