Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt.
[pkgsrc.git] / textproc / namazu1 / INSTALL
1 #!/bin/sh
2 #
3 # $NetBSD$
4
5 PKGNAME=$1
6 STAGE=$2
7
8 case ${STAGE} in
9 PRE-INSTALL)
10         ;;
11 POST-INSTALL)
12         cat <<EOF
13
14 =============================================================
15 If you customize namazu configuration, copy
16 @DOCDIR@/namazu.conf-dist to
17 @CONFDIR@ and edit them.
18 =============================================================
19
20 EOF
21         ;;
22 *)
23         echo "Unexpected argument: ${STAGE}"
24         exit 1
25         ;;
26 esac
27 exit 0