pkgsrc-wip/polipo/DEINSTALL

15 lines
393 B
Text
Raw Normal View History

2007-04-14 03:53:36 +02:00
# $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