Bug 15626: Remove log4perl.conf when using koha-remove
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2016 10:28:58 +0000 (10:28 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Wed, 27 Jan 2016 14:37:33 +0000 (15:37 +0100)
commit7521aa680f95f5db1d30904262ac97e60a6efdea
treef271e3f885f3bb048ce21ff31ff5de906b3ec55b
parent8fa06fdfde407522d6f647527e1b3fefa52a154d
Bug 15626: Remove log4perl.conf when using koha-remove

if you create a koha install using koha-create, and remove it with
koha-remove, the /etc/koha/sites/$SITE/ directory won't be removed,
because the /etc/koha/sites/$SITE/log4perl.conf has not been removed by
this script.

Test plan:
Use this koha-remove script to remove a koha install
Without this patch, the /etc/koha/sites/$SITE directory won't be
removed.
With this patch applied, the directory will be correctly removed.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit 8d3eb52edabaceb731b27f8e25a6324579c2c9e1)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
debian/scripts/koha-remove