summaryrefslogtreecommitdiff
path: root/mail/fastforward/pkg/DEINSTALL
blob: 889f72586909fb6f47e908ca609e5398f98e3950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: DEINSTALL,v 1.1.1.1 2001/09/16 23:02:25 zuntum Exp $

PKGNAME=$1
STAGE=$2

if [ "$STAGE" != "POST-DEINSTALL" ]; then
    exit 0
fi

echo ===========================================================================
echo
echo Please check the contents of /etc/mailer.conf and make sure there
echo is an appropriate value defined for newaliases.
echo
echo "See mailer.conf(5) and mailwrapper(8) for details."
echo
echo ===========================================================================