AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/lib/dpkg/info/
Upload File :
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