summaryrefslogtreecommitdiff
path: root/japanese/namazu1/pkg/DEINSTALL
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2001-01-27 02:21:58 +0000
committertaca <taca@pkgsrc.org>2001-01-27 02:21:58 +0000
commitd609fe31d129f198f622df668581132f484202ea (patch)
tree4ee949f308f749b831fa705ba90d29e811b8dd9e /japanese/namazu1/pkg/DEINSTALL
parent81bbc5370eca5f6fd34ce51bdeda3400ca6eb9b2 (diff)
downloadpkgsrc-d609fe31d129f198f622df668581132f484202ea.tar.gz
- Update HOMEPAGE.
- Add support for chasen. - Add conflict with chasen-*. - Install namazu.cgi, too. - Add INSTALL and DEINSTALL script. - Re-structuring install path.
Diffstat (limited to 'japanese/namazu1/pkg/DEINSTALL')
-rw-r--r--japanese/namazu1/pkg/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/japanese/namazu1/pkg/DEINSTALL b/japanese/namazu1/pkg/DEINSTALL
new file mode 100644
index 00000000000..5e57c0182da
--- /dev/null
+++ b/japanese/namazu1/pkg/DEINSTALL
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/01/27 02:22:00 taca Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+=============================================================
+Note that namazu configuration (@CONFDIR@/*), index
+files (@INDEXDIR@/*) are not removed in the
+de-installation process. You should remove those by hand,
+if you no longer need them.
+=============================================================
+
+EOF
+ ;;
+esac