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

post_upgrade() {
  echo "In order to be able to change game preferences, you must be in the 'games' group."
}