[Koha-patches] [PATCH] bug 4952 - make the koha-remove script stop zebra for the instance

Robin Sheat robin at catalyst.net.nz
Wed Jul 7 04:24:44 CEST 2010


---
 debian/scripts/koha-remove |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/scripts/koha-remove b/debian/scripts/koha-remove
index de3fe1c..97399cc 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"
-- 
1.7.0.4



More information about the Koha-patches mailing list