summarylogtreecommitdiffstats
path: root/rct2-data-gog.install
diff options
context:
space:
mode:
Diffstat (limited to 'rct2-data-gog.install')
-rw-r--r--rct2-data-gog.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/rct2-data-gog.install b/rct2-data-gog.install
new file mode 100644
index 000000000000..dfe025209b97
--- /dev/null
+++ b/rct2-data-gog.install
@@ -0,0 +1,10 @@
+
+post_install() {
+ echo "You need OpenRCT2 to play this game!"
+ echo "When you start OpenRCT2 the first time, you need"
+ echo "to choose the game folder '/usr/share/rct2-data-gog'."
+}
+
+post_upgrade() {
+ post_install
+}