ee81f46750
Default value is kept but now set in mk/defaults/mk.conf.
9 lines
230 B
Text
9 lines
230 B
Text
# $NetBSD: DEINSTALL,v 1.2 2006/11/08 17:33:26 ghen 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
|