aboutsummaryrefslogblamecommitdiff
path: root/mail/p5-Mail-SpamAssassin/pkg-deinstall
blob: 494e9402eb30692a017c2d95b4570b03e57d56a6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                       
#!/bin/sh

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

USER=spamd

if pw usershow "${USER}" 2>/dev/null 1>&2; then
	echo "To delete ${USER} user permanently, use 'rmuser ${USER}'"
fi

exit 0