View | Details | Raw Unified | Return to bug 4952
Collapse All | Expand All

(-)a/debian/scripts/koha-remove (-1 / +1 lines)
Lines 30-35 DROP DATABASE koha_$name; Link Here
30
FLUSH PRIVILEGES;
30
FLUSH PRIVILEGES;
31
eof
31
eof
32
    
32
    
33
    koha-stop-zebra $name
33
    rm "/etc/apache2/sites-available/$name"
34
    rm "/etc/apache2/sites-available/$name"
34
    rm "/etc/koha/sites/$name/koha-conf.xml"
35
    rm "/etc/koha/sites/$name/koha-conf.xml"
35
    rm "/etc/koha/sites/$name/zebra-biblios.cfg"
36
    rm "/etc/koha/sites/$name/zebra-biblios.cfg"
36
- 

Return to bug 4952