# $NetBSD: DEINSTALL,v 1.2 2009/06/14 11:38:34 taca Exp $

OG_DIR="@PREFIX@/@OG_DIR@"

case ${STAGE} in
DEINSTALL)
	# remove temporary files.
	${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \;
	;;
esac
