blob: 8ff297b71de4f28cefe2440e2867fcffeea3b350 (
plain)
1
2
3
4
5
6
|
post_install() {
echo 'NOTE: Create database structure by running:'
echo ' sudo -u clamav /usr/bin/fangfrisch --conf /etc/fangfrisch/fangfrisch.conf initdb'
echo
echo 'NOTE: Enable fangfrisch.timer for regular automatic updates.'
}
|