freebsd-ports/mail/dovecot2/files/pkg-deinstall.in
Chris Rees 94d06f4efb - Use USERS and GROUPS
- Use @stopdaemon

PR:		ports/157606
Approved by:	rene (mentor, implicit), Attila Nagy <bra@fsn.hu> (maintainer)
2011-07-05 16:35:02 +00:00

10 lines
279 B
Bash

#! /bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/mail/dovecot2/files/pkg-deinstall.in,v 1.2 2011-07-05 16:35:02 crees Exp $
#
case $2 in
DEINSTALL)
echo "If you don't intend on reinstalling this port you should manually 'rm -rf /var/db/dovecot' if anything was stored there."
;;
esac