summarylogtreecommitdiffstats
path: root/multimc5.install
blob: a429090fa48015e24983b966cd8ae8f93d6d0191 (plain)
1
2
3
4
5
6
7
8
9
10
11
function info() {
  echo "--------------------------------------------------"
  echo "multimc is no longer using stable releases. please consider switching to prismlauncher"
  echo "as this will be the last update for this package before deletion"
  echo "see the aur comment for more information: https://aur.archlinux.org/packages/multimc5"
  echo "--------------------------------------------------"
}

function post_install() {
  info
}