aboutsummarylogtreecommitdiffstats
path: root/fangfrisch.install
blob: 6f169e3e77b4365bab6a7a3fd74e98939de59e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}