summarylogtreecommitdiffstats
path: root/btanks.install
blob: c9c2f7fcc2e4707fe3b9a714ebd7377738506c38 (plain)
1
2
3
4
5
6
7
8
post_install() {
  chown :games '/usr/share/games/btanks/bt.xml'
  echo "In order to be able to change game preferences, you must be in the 'games' group."
}

post_upgrade() {
  post_install
}