aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openrct2/openrct2-cli.post-install
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2018-12-29 19:59:05 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-03-20 11:48:05 +0000
commit2dc8919ac94717d5985bfab647a1d98b89a31d90 (patch)
treea6e3c22d9aef7f341fa10577007307c170a12a3a /testing/openrct2/openrct2-cli.post-install
parentfa55534da4882a051c53099e240cadde7eddeffc (diff)
downloadaports-2dc8919ac94717d5985bfab647a1d98b89a31d90.tar.bz2
aports-2dc8919ac94717d5985bfab647a1d98b89a31d90.tar.xz
testing/openrct2: new aport
Diffstat (limited to 'testing/openrct2/openrct2-cli.post-install')
-rw-r--r--testing/openrct2/openrct2-cli.post-install16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/openrct2/openrct2-cli.post-install b/testing/openrct2/openrct2-cli.post-install
new file mode 100644
index 0000000000..3d0b9e718e
--- /dev/null
+++ b/testing/openrct2/openrct2-cli.post-install
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+cat <<EOF
+For OpenRCT2 to run you must install the assets from a retail copy of
+RollerCoaster Tycoon 2. See the following page for more information on
+installing a retail copy of the game on Linux:
+
+ https://github.com/OpenRCT2/OpenRCT2/wiki/Installation-on-Linux,-macOS
+
+If kdialog or zenity is available, OpenRCT2 will prompt you for the location of
+the retail install the first time you start it.
+
+Alternatively, manually set the location of retail install:
+
+ openrct2 set-rct2 /path/to/RCT2/
+EOF