Bug 14167: remove the log4perl.conf file from /etc for packages
authorRobin Sheat <robin@catalyst.net.nz>
Thu, 23 Jul 2015 23:36:38 +0000 (11:36 +1200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 24 Jul 2015 15:54:23 +0000 (12:54 -0300)
We don't need that file in the package build because it's generated on a
per-site basis from a template.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

debian/rules

index ca5ac4e..20eb9e2 100755 (executable)
@@ -16,6 +16,7 @@ override_dh_auto_install:
        dh_auto_install
        rm $(TMP)/etc/koha/README.txt
        rm $(TMP)/etc/koha/SIPconfig.xml
+       rm $(TMP)/etc/koha/log4perl.conf
        rm -r $(TMP)/usr/share/koha/doc
        rm -r $(TMP)/var/run
        rm -r $(TMP)/var/lock