bug 4952 - make the koha-remove script stop zebra for the instance
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 7 Jul 2010 02:24:44 +0000 (14:24 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 7 Jul 2010 16:05:18 +0000 (12:05 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/scripts/koha-remove

index de3fe1c..97399cc 100755 (executable)
@@ -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"