summaryrefslogtreecommitdiff
path: root/mail/fastforward/DEINSTALL
blob: 9687cba2a0f2d260bbeb0c30b60ff72ca18e0645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:00:03 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 ===========================================================================