aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openrct2/openrct2.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openrct2/openrct2.post-install')
-rw-r--r--testing/openrct2/openrct2.post-install16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/openrct2/openrct2.post-install b/testing/openrct2/openrct2.post-install
new file mode 100644
index 00000000000..3d0b9e718e3
--- /dev/null
+++ b/testing/openrct2/openrct2.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