From 8dcfa1ec4cd78be7b6525ea4ac519e7adef942c6 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Wed, 7 Jul 2010 14:24:44 +1200 Subject: [PATCH] bug 4952 - make the koha-remove script stop zebra for the instance Signed-off-by: Galen Charlton --- debian/scripts/koha-remove | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/scripts/koha-remove b/debian/scripts/koha-remove index de3fe1ccc6..97399cca35 100755 --- a/debian/scripts/koha-remove +++ b/debian/scripts/koha-remove @@ -30,6 +30,7 @@ DROP DATABASE koha_$name; FLUSH PRIVILEGES; eof + koha-stop-zebra $name rm "/etc/apache2/sites-available/$name" rm "/etc/koha/sites/$name/koha-conf.xml" rm "/etc/koha/sites/$name/zebra-biblios.cfg" -- 2.20.1