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

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

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