pkgsrc-wip/polipo/DEINSTALL
2007-04-14 01:53:36 +00:00

14 lines
393 B
Text

# $NetBSD: DEINSTALL,v 1.2 2007/04/14 01:53:36 ishit Exp $
VARBASE="@VARBASE@"
case ${STAGE} in
DEINSTALL)
cd ${VARBASE}/cache/polipo && ${RM} -rf *
${RMDIR} ${VARBASE}/cache/polipo 2>/dev/null || ${TRUE}
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