summarylogtreecommitdiffstats
path: root/opengotha.install
blob: 8cd83f0b12b692a8663dde615ae453135edd7ccf (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
      if (( $(vercmp $2 3.50) < 0)); then
          echo "Warning: opengotha changed its save files directory."
          echo "old files are in /usr/local/opengotha/tournamentfiles/"
          echo "new directory is /opt/opengotha/tournamentfiles/work/"
      fi
}