remove confs on purge, not on remove

This commit is contained in:
Antoine Beaupré 2007-05-31 17:07:16 +00:00
parent 7a0f1d57c4
commit 373b830f94
1 changed files with 1 additions and 1 deletions

2
debian/postrm vendored
View File

@ -51,9 +51,9 @@ 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
;;
remove|upgrade|failed-upgrade|abort-install|abort-upgrade)
rm -f /etc/apache/conf.d/override.php.conf /etc/apache/conf.d/alternc-ssl.conf /etc/apache/conf.d/alternc.conf
;;
disappear)
;;