mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
# $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
|