repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
security
/
clamav
/
DEINSTALL
blob
77d64386323f3f05d31ed7b38aaa540d47201c5f
1
# $NetBSD: DEINSTALL,v 1.2 2006/11/08 17:33:26 ghen Exp $
2
3
case ${STAGE} in
4
DEINSTALL)
5
# Unconditionally remove the virus databases when deinstalling.
6
${RM} -f @CLAMAV_DBDIR@/daily.cvd
7
${RM} -f @CLAMAV_DBDIR@/main.cvd
8
;;
9
esac