summaryrefslogtreecommitdiff
path: root/news/inn/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/DEINSTALL')
-rw-r--r--news/inn/DEINSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/news/inn/DEINSTALL b/news/inn/DEINSTALL
new file mode 100644
index 00000000000..5c8283d9532
--- /dev/null
+++ b/news/inn/DEINSTALL
@@ -0,0 +1,20 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 21:03:41 zuntum Exp $
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+==========================================================================
+
+Note that the inn data directory (@@INN_DATA_DIR@@) is NOT deleted during
+the package deinstallation. Please remove this directory and all its
+contents manually if it is no longer needed.
+
+==========================================================================
+
+EOF
+ ;;
+esac
+
+exit 0