summaryrefslogtreecommitdiff
path: root/games/ivan/DEINSTALL
blob: 7df10f257c81faa0c18bb6fe001539c5989c8b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: DEINSTALL,v 1.2 2006/07/05 06:53:12 jlam Exp $

case "${STAGE}" in
DEINSTALL)
	DATADIR="${PKG_PREFIX}/share/ivan"
	${RMDIR} -p ${DATADIR} 2>/dev/null || ${TRUE}
	if ${TEST} -d ${DATADIR}; then
		${CAT} << EOF
======================================================================
The records, log and bones were not wiped out by this deletion process.
If you don't want them around, then please remove the following
directory:

	${DATADIR}
======================================================================
EOF
	fi
	;;
esac