summaryrefslogtreecommitdiff
path: root/japanese/namazu1/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/namazu1/INSTALL')
-rw-r--r--japanese/namazu1/INSTALL27
1 files changed, 27 insertions, 0 deletions
diff --git a/japanese/namazu1/INSTALL b/japanese/namazu1/INSTALL
new file mode 100644
index 00000000000..b0b37b48fc6
--- /dev/null
+++ b/japanese/namazu1/INSTALL
@@ -0,0 +1,27 @@
+#!/bin/sh
+#
+# $NetBSD: INSTALL,v 1.1 2001/10/31 23:29:24 zuntum Exp $
+
+PKGNAME=$1
+STAGE=$2
+
+case ${STAGE} in
+PRE-INSTALL)
+ ;;
+POST-INSTALL)
+ cat <<EOF
+
+=============================================================
+If you customize namazu configuration, copy
+@DOCDIR@/namazu.conf-dist to
+@CONFDIR@ and edit them.
+=============================================================
+
+EOF
+ ;;
+*)
+ echo "Unexpected argument: ${STAGE}"
+ exit 1
+ ;;
+esac
+exit 0