summaryrefslogtreecommitdiff
path: root/ham/dpbox/pkg/DEINSTALL
blob: e930bd2d12d16f7817b387a22d31dcbbde58ad67 (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 2000/05/15 10:54:44 wulf Exp $
#

case "$2" in
        DEINSTALL) cat <<EOF

=============================================================
Note that the dpbox configuration and BBS server files in
(@DPBOX_CONF_DIR@/*) and (@DPBOX_SPOOL_DIR@/*) are
not removed in the deinstallation process.

You should remove those by hand if you no longer need them.
=============================================================

EOF
        ;;
esac