summaryrefslogtreecommitdiff
path: root/openrct2.install
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-11 15:16:07 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-01-11 15:16:07 -0800
commitb701e7f16008110b145180c504acf61a8e8e208a (patch)
tree6be0b3a86a14082850f4dff9a44f94ed2ccd5df0 /openrct2.install
downloadopenrct2-b701e7f16008110b145180c504acf61a8e8e208a.tar.xz
Initial commit
Diffstat (limited to 'openrct2.install')
-rw-r--r--openrct2.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/openrct2.install b/openrct2.install
new file mode 100644
index 0000000..6dfeac9
--- /dev/null
+++ b/openrct2.install
@@ -0,0 +1,16 @@
+post_install() {
+ 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
+}