summaryrefslogtreecommitdiff
path: root/japanese/namazu2/pkg/DEINSTALL
blob: d8ad15b694205605226f5cc66038ea8d2c3c15ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2001/01/27 02:29:24 taca Exp $
#

case "$2" in
	DEINSTALL) cat <<EOF

=============================================================
Note that namazu configuration (@CONFDIR@/*), index
files (@DATADIR@/*) are not removed in the
de-installation process.  You should remove those by hand,
if you no longer need them.
=============================================================

EOF
	;;
esac