summaryrefslogtreecommitdiff
path: root/community/bsd-games/bsd-games.install
blob: 453a6ded7c3fd2268834f18caa668229f53b935c (plain)
1
2
3
4
5
6
7
8
9
10
11
MSG="You need to be in the games group to use the score files."

post_install() {
  echo $MSG
}

post_upgrade() {
  if [ $(vercmp 2.17-8 $2) -ge 0 ]; then
    echo $MSG
  fi
}