void-packages/srcpkgs/clamav/REMOVE

12 lines
182 B
Text
Raw Normal View History

2015-04-28 07:46:11 +00:00
# REMOVE
case "$ACTION" in
pre)
# Only if not updating
if [ "$UPDATE" != "yes" ]; then
# Remove the clamav database directory and contents
rm -rf /var/lib/clamav
fi
;;
esac