summarylogtreecommitdiffstats
path: root/raceintospace-git.install
blob: 198b33328f85613a7b1f50587480c4de6f7aaf63 (plain)
1
2
3
4
5
6
7
post_install() {
  echo 'Game manual located at https://github.com/raceintospace/raceintospace/blob/master/doc/manual/manual.md'
}

post_upgrade() {
  post_install $1
}