summarylogtreecommitdiffstats
path: root/aquaria-ose-git.install
blob: 9f6ca17476b0ded82cf6f33698109aff27844f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

post_install() {
  if (! pacman -Qqs '^aquaria-data' >/dev/null); then
    echo "Note:"
    echo " | This package only provides the game engine. You will also need to"
    echo " | install the proprietary game data, using one of these packages:"
    echo " |   aquaria-data-hib  .. if you own the Humble Bundle version"
  fi
}

post_upgrade() {
  post_install "$@"
}