summaryrefslogtreecommitdiff
path: root/japanese/namazu2/pkg/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/namazu2/pkg/DEINSTALL')
-rw-r--r--japanese/namazu2/pkg/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/namazu2/pkg/DEINSTALL b/japanese/namazu2/pkg/DEINSTALL
new file mode 100644
index 00000000000..d8ad15b6942
--- /dev/null
+++ b/japanese/namazu2/pkg/DEINSTALL
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1.1.1 2001/01/27 02:29:24 taca 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