summaryrefslogtreecommitdiff
path: root/textproc/namazu2/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/namazu2/DEINSTALL')
-rw-r--r--textproc/namazu2/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/namazu2/DEINSTALL b/textproc/namazu2/DEINSTALL
new file mode 100644
index 00000000000..3bfdfc9fec3
--- /dev/null
+++ b/textproc/namazu2/DEINSTALL
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2002/05/31 13:01:41 seb Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+=============================================================
+Note that namazu configuration (@CONFDIR@/*), index
+files (@DATADIR@/*) are not removed in the
+de-installation process. You should remove those by hand,
+if you no longer need them.
+=============================================================
+
+EOF
+ ;;
+esac