aboutsummarylogtreecommitdiffstats
path: root/fangfrisch.install
blob: c8d0296bfa0792047b7ab09b6f27e7c486683e2c (plain)
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
}