summarylogtreecommitdiffstats
path: root/funkwhale.install
blob: 4b9e75ef85791ad2a97e717620a7c57da5dcc0dd (plain)
1
2
3
4
5
6
7
8
9
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"
}