summarylogtreecommitdiffstats
path: root/aquaria-ose.install
blob: 6fa99dfc5ec28ededb0fcf2c03dd18c7db37bfe9 (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"
    echo " | need to install the proprietary game data, using one of the"
    echo " | aquaria-data-* packages."
  fi
}

post_upgrade() {
  post_install "$@"
}