summaryrefslogtreecommitdiff
path: root/security/clamav/DEINSTALL
blob: 59fd32191a787615c6d3aa2c18e50fdeb73df611 (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: DEINSTALL,v 1.1.1.1 2010/12/24 07:11:05 kefren Exp $

case ${STAGE} in
DEINSTALL)
	# Unconditionally remove the virus databases when deinstalling.
	${RM} -f @CLAMAV_DBDIR@/daily.cvd
	${RM} -f @CLAMAV_DBDIR@/main.cvd
	;;
esac