summarylogtreecommitdiffstats
path: root/openrct2.install
diff options
context:
space:
mode:
Diffstat (limited to 'openrct2.install')
-rw-r--r--openrct2.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/openrct2.install b/openrct2.install
new file mode 100644
index 000000000000..4d853ea8ee72
--- /dev/null
+++ b/openrct2.install
@@ -0,0 +1,20 @@
+_update_caches() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_install() {
+ _update_caches
+ cat <<EOF
+For OpenRCT2 to run you must install a retail copy of RollerCoaster Tycoon 2
+with Wine.
+EOF
+}
+
+post_upgrade () {
+ _update_caches
+}
+
+post_remove() {
+ _update_caches
+}