Mercurial > debian > masqmail-debian
view postrm @ 53:98e8aa5bd236
using scripts from autotools-dev to ensure recent config.{sub,guess}
backporters to lenny need to do this manually
author | meillo@marmaro.de |
---|---|
date | Fri, 25 Jun 2010 14:08:56 +0200 |
parents | 845b243eb46f |
children |
line wrap: on
line source
#!/bin/sh set -e case "$1" in purge) # On a purge we also... # Remove spool and config file rm -rf /var/log/masqmail /var/spool/masqmail /etc/masqmail rm -f /etc/default/masqmail rm -rf /var/run/masqmail # Remove from inetd.conf ##update-inetd --remove masqmail ;; upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; esac #DEBHELPER#