summaryrefslogtreecommitdiff
path: root/ham/dpbox/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'ham/dpbox/pkg/DEINSTALL')
-rw-r--r--ham/dpbox/pkg/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/ham/dpbox/pkg/DEINSTALL b/ham/dpbox/pkg/DEINSTALL
new file mode 100644
index 00000000000..e930bd2d12d
--- /dev/null
+++ b/ham/dpbox/pkg/DEINSTALL
@@ -0,0 +1,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