summarylogtreecommitdiffstats
path: root/sqrxz2.install
blob: 806c8d0d7a5781148e30384c86c19a75d9191738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

post_install() {
  echo "You need to be in the games group for save functionality"
}

post_upgrade() {
  post_install
}

post_remove() {
  if [ -d /opt/sqrxz2 ]; then
    echo "You may safely delete /opt/sqrxz2 and it's contents (config/highscore files) if you don't need them."
  fi
}