# $NetBSD$

VARBASE="@VARBASE@"

case ${STAGE} in
DEINSTALL)
	if [ -d ${VARBASE}/cache/polipo ]; then
	  echo "If you won't use the POLIPO package anymore, remove the cache manually by"
	  echo "     rm -rf ${VARBASE}/cache/polipo"
	fi
	;;
esac
