aboutsummaryrefslogtreecommitdiffstats
path: root/mail/milter-bogom/pkg-deinstall
blob: c48dceabc956b745dae9f3d916061880679571a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if [ "$2" = "POST-DEINSTALL" ] 
then
    echo "***************************************************************"
    echo "* The bogomilter user will not be removed by this port        *"
    echo "* if you are not upgrading and will not use this port anymore *"
    echo "* delete the bogomilter user using:                           *"
    echo "* pw userdel bogomilter                                       *"
    echo "***************************************************************"
fi