summaryrefslogtreecommitdiff
path: root/ham/dpbox/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-10-31 20:59:00 +0000
committerzuntum <zuntum>2001-10-31 20:59:00 +0000
commit357035734b69b9da4b409c072366a328aaddabc2 (patch)
treeb8174b07e5f6072d89e0ac6466ae83197944712f /ham/dpbox/DEINSTALL
parent58022b1c3a7fe2947a92e4b86998903c01be2bcf (diff)
downloadpkgsrc-357035734b69b9da4b409c072366a328aaddabc2.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'ham/dpbox/DEINSTALL')
-rw-r--r--ham/dpbox/DEINSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/ham/dpbox/DEINSTALL b/ham/dpbox/DEINSTALL
new file mode 100644
index 00000000000..27ef83caf6f
--- /dev/null
+++ b/ham/dpbox/DEINSTALL
@@ -0,0 +1,17 @@
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 21:39:47 zuntum 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