blob: c48dceabc956b745dae9f3d916061880679571a9 (
plain) (
tree)
|
|
#!/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
|