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

(-)a/debian/scripts/koha-remove (-1 / +2 lines)
Lines 83-88 eof Link Here
83
        rm "$instancefile"
83
        rm "$instancefile"
84
    [ -f "/etc/koha/sites/$name/koha-conf.xml" ] && \
84
    [ -f "/etc/koha/sites/$name/koha-conf.xml" ] && \
85
        rm "/etc/koha/sites/$name/koha-conf.xml"
85
        rm "/etc/koha/sites/$name/koha-conf.xml"
86
    [ -f "/etc/koha/sites/$name/log4perl.conf" ] && \
87
        rm "/etc/koha/sites/$name/log4perl.conf"
86
    [ -f "/etc/koha/sites/$name/zebra-biblios.cfg" ] && \
88
    [ -f "/etc/koha/sites/$name/zebra-biblios.cfg" ] && \
87
        rm "/etc/koha/sites/$name/zebra-biblios.cfg"
89
        rm "/etc/koha/sites/$name/zebra-biblios.cfg"
88
    [ -f "/etc/koha/sites/$name/zebra-biblios-dom.cfg" ] && \
90
    [ -f "/etc/koha/sites/$name/zebra-biblios-dom.cfg" ] && \
89
- 

Return to bug 15626