10 lines
236 B
Text
10 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
|