summarylogtreecommitdiffstats
path: root/boxtron.install
blob: 1dbfc126492445cde2f4a871b6792b5dc294d3ed (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo 'NOTE: You need to participate in the Steam client beta for this'
  echo 'NOTE: compatibility tool to get picked up properly. See'
  echo 'NOTE: https://support.steampowered.com/kb_article.php?ref=7021-EIAH-8669'
}

post_upgrade() {
  post_install
}