remove all apache configs (both apache1 and 2)

This commit is contained in:
Antoine Beaupré 2008-10-14 15:29:21 +00:00
parent 670688a4ee
commit 29bf41d305
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ case "$1" in
fi
rm -rf /var/alternc/apacheconf /var/alternc/cgi-bin /var/alternc/bureau /var/alternc/exec.usr /var/alternc/mla /var/alternc/redir /var/alternc/tmp /var/log/alternc
rm -f /etc/apache/conf.d/override_php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf
rm -f /etc/apache*/conf.d/override_php.conf /etc/apache*/conf.d/alternc-ssl.conf /etc/apache*/conf.d/alternc.conf
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
;;