summarylogtreecommitdiffstats
path: root/jackal.install
blob: 927c4676650872f65bde787e18bab94077dd9c5e (plain)
1
2
3
4
5
6
7
8
9
10
post_upgrade() {
cat << EOF

Before starting Jackal, the database needs to be initialized.
The schema files can be found in /usr/share/jackal/ and instructions can be
found in /usr/share/doc/jackal.

After configuring the database, restart jackal.service.
EOF
}