remove confs on purge, not on remove
This commit is contained in:
parent
7a0f1d57c4
commit
373b830f94
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue