blob: fbd975deb49b44165fd7bbd8e864883a9787d035 [file] [log] [blame]
#!/bin/sh
set -e
#DEBHELPER#
# 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
rm -Rf /var/lib/spamassassin
rm -Rf /etc/spamassassin/sa-update-keys
fi