summarylogtreecommitdiffstats
path: root/aquaria-data-hib.install
blob: 140ae04b5babbaeafedacc08527310fe5a8d9eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

post_install() {
  if (! pacman -Qqs '^aquaria' | grep -vw 'data' >/dev/null); then
    echo "Note:"
    echo " | This package only provides the (proprietary) game data."
    echo " | For the game executable, install one of the following packages:"
    echo " |   aquaria-git  ..  for the improved Open Source version"
  fi
}

post_upgrade() {
  post_install "$@"
}