summarylogtreecommitdiffstats
path: root/boxtron.install
blob: 6a5941caf187af32e0a631db9577d5c8aed0fe2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo 'NOTE: This Steam compatibility tool will not get picked up properly'
  echo 'NOTE: by Steam until the next Steam beta cycle; see'
  echo 'NOTE: https://github.com/ValveSoftware/steam-for-linux/issues/6310#issuecomment-511630263'
  echo 'NOTE:'
  echo 'NOTE: If you want to use this until Steam recognises this natively,'
  echo 'NOTE: you can make a symlink like this to have your Steam find it:'
  echo 'NOTE: ln -s /usr/share/steam/compatibilitytools.d/boxtron-git ~/.local/share/Steam/compatibilitytools.d/boxtron-git'
}

post_upgrade() {
  post_install
}