pkgsrc/textproc/namazu2/DEINSTALL
seb fac945abee Reimport of package namazu from japanese/namazu2 into textproc/namazu2.
This is part of the japanese category retirement.
Pathnames to japanese/ adjusted.
2002-05-31 13:01:41 +00:00

18 lines
432 B
Bash

#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2002/05/31 13:01:41 seb 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