summarylogtreecommitdiffstats
path: root/sqrxz2.install
blob: 7ccdbca980b2627d6c6b60b9d475fe39e80c341f (plain)
1
2
3
4
5
6
7
8
9
10

post_remove() {
  echo "You may safely delete the '~/.sqrxz2' directory containing the config/highscore"
  echo "files, if you do not want to preserve them."

  # leftover files from old behaviour
  if [ -d opt/sqrxz2 ]; then
    echo "You may also safely delete /opt/sqrxz2 and it's contents."
  fi
}