summarylogtreecommitdiffstats
path: root/funkwhale.install
blob: 7a5d94c62d5716d5d439f53b169407ad617f20da (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo "Follow instructions on the upstream page or on the Arch Wiki for setting up the Funkwhale server:"
  echo "https://wiki.archlinux.org/index.php/Funkwhale"
}

post_upgrade() {
  echo "Follow instructions on the upstream page or on the Arch Wiki for updating"
  echo "If updating from v0.18, the apache and nginx configuration files have been changed, make sure to update them from the templates."
}