summaryrefslogtreecommitdiff
path: root/japanese/namazu2/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/namazu2/DEINSTALL')
-rw-r--r--japanese/namazu2/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/namazu2/DEINSTALL b/japanese/namazu2/DEINSTALL
new file mode 100644
index 00000000000..701bb4e80a1
--- /dev/null
+++ b/japanese/namazu2/DEINSTALL
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:29:26 zuntum 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