AlkantarClanX12
| Current Path : /var/lib/dpkg/info/ |
| Current File : //var/lib/dpkg/info/spamassassin.prerm |
#!/bin/sh
set -e
# In theory sa-update-keys is probably a config file, but I don't
# think it should be and I don't know how to get rid of it and
# /etc/spamassassin without causing dpkg to complain on purge.
if [ "$1" = "remove" ]; then
invoke-rc.d --quiet spamassassin stop || true
rm -Rf /var/lib/spamassassin
rm -Rf /etc/spamassassin/sa-update-keys
fi