Initial import of ruby18-xslt-0.9.5 as textproc/ruby-xslt.
[pkgsrc.git] / textproc / namazu2 / DEINSTALL
1 #!/bin/sh
2 #
3 # $NetBSD$
4 #
5
6 case "$2" in
7         DEINSTALL) cat <<EOF
8
9 =============================================================
10 Note that namazu configuration (@CONFDIR@/*), index
11 files (@DATADIR@/*) are not removed in the
12 de-installation process.  You should remove those by hand,
13 if you no longer need them.
14 =============================================================
15
16 EOF
17         ;;
18 esac