summaryrefslogtreecommitdiff
path: root/textproc/namazu1/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/namazu1/INSTALL')
-rw-r--r--textproc/namazu1/INSTALL21
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/namazu1/INSTALL b/textproc/namazu1/INSTALL
deleted file mode 100644
index 61dc8c9ea1f..00000000000
--- a/textproc/namazu1/INSTALL
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 2003/08/30 20:23:07 jlam Exp $
-
-PKGNAME=$1
-STAGE=$2
-
-case ${STAGE} in
-POST-INSTALL)
- cat <<EOF
-
-=============================================================
-If you customize namazu configuration, copy
-@DOCDIR@/namazu.conf-dist to
-@CONFDIR@ and edit them.
-=============================================================
-
-EOF
- ;;
-esac
-exit 0