#! /bin/sh
# $MidnightBSD: mports/mail/dovecot2/files/pkg-deinstall.in,v 1.2 2013/02/28 13:36:50 laffer1 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
