summarylogtreecommitdiffstats
path: root/jackal.install
blob: 2c96c7a4cd80a0efadcfb9d89c1d9e73af748465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}

post_install() {
  install -dm 750 /var/lib/jackal/
}