summarylogtreecommitdiffstats
path: root/giana.install
blob: b6724ae817d405a7af32a0520386e28a9dae74d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

post_install() {
  # display some info
  echo "For command line options see '/usr/share/doc/giana/options.txt'."
}

post_upgrade() {
  post_install
}

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

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