41826c09c8
Part of PR/32554
9 lines
236 B
Text
9 lines
236 B
Text
# $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
|