2001-10-31 21:59:00 +01:00
|
|
|
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 21:39:47 zuntum Exp $
|
2000-05-15 12:54:44 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
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
|