freebsd-ports/mail/milter-bogom/pkg-deinstall
Jean-Yves Lefort 7072e9fefe [1]:
- Update to 1.7.1
  - Convert the startup script to rcNG
  - Create a bogomilter user

Moreover:
  - Use ${LOCALBASE}/bin/bogofilter rather than /usr/local/bin/bogofilter
  - Fix the configuration file path in bogom.8
  - Fix the packing list when NOPORTDOCS is defined

PR:		ports/81417 [1]
Submitted by:	maintainer [1]
2005-05-25 08:12:34 +00:00

12 lines
483 B
Bash

#!/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