Mercurial > debian > masqmail-debian
view postrm @ 47:5539cce511d7
bumped debhelper version to avoid lintian warning with doc-base
author | meillo@marmaro.de |
---|---|
date | Thu, 24 Jun 2010 13:00:54 +0200 |
parents | 30402b14eeb8 |
children | 845b243eb46f |
line wrap: on
line source
#!/bin/sh -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#