summarylogtreecommitdiffstats
path: root/boxtron.install
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-08-06 00:44:30 +0200
committerFrederik “Freso” S. Olesen2019-08-06 00:44:30 +0200
commit9552a893cb28b0ab824f5144f93ae05f064f67bf (patch)
treed5cedf7c3ccd7991c31ce017e9a673a520df5449 /boxtron.install
downloadaur-9552a893cb28b0ab824f5144f93ae05f064f67bf.tar.gz
boxtron 0.5.0-1
Initial PKGBUILD!
Diffstat (limited to 'boxtron.install')
-rw-r--r--boxtron.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/boxtron.install b/boxtron.install
new file mode 100644
index 000000000000..611d4a7c508a
--- /dev/null
+++ b/boxtron.install
@@ -0,0 +1,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 ~/.local/share/Steam/compatibilitytools.d/boxtron'
+}
+
+post_upgrade() {
+ post_install
+}