1 2 3 4 5 6 7 8 9 10 11 12 13
# shellcheck shell=bash post_install() { cat <<EOT NOTE: Create database structure by running: sudo -u clamav /usr/bin/fangfrisch --conf /etc/fangfrisch/fangfrisch.conf initdb NOTE: After creating the database, enable fangfrisch.timer for regular automatic updates: sudo systemctl enable fangfrisch.timer EOT }