void-packages/srcpkgs/clamav/REMOVE
2017-07-13 09:08:37 +00:00

12 lines
181 B
Plaintext

# 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