# $NetBSD: DEINSTALL,v 1.1.1.1 2003/12/24 00:09:55 ben Exp $

case "${STAGE}" in
DEINSTALL)
	INPUT_MESA_SCRIPTDIR="${PKG_PREFIX}/lib/xmms/Input/Meta"
	${RMDIR} -p ${INPUT_MESA_SCRIPTDIR} 2>/dev/null || ${TRUE}
	if ${TEST} -d ${INPUT_MESA_SCRIPTDIR}; then
		${CAT} << EOF
======================================================================
The xmms-meta-input player scripts were not wiped out by this deletion
process.  If you don't want them around, then please remove the
following directory:

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