pkgsrc-wip/logwatch/DEINSTALL

10 lines
155 B
Plaintext

# $NetBSD: DEINSTALL,v 1.1 2013/07/01 11:37:51 noud4 Exp $
VARBASE="@VARBASE@"
case ${STAGE} in
DEINSTALL)
${RM} -rf ${VARBASE}/cache/logwatch
;;
esac