summarylogtreecommitdiffstats
path: root/openrct2.install
diff options
context:
space:
mode:
authorGraham Edgecombe2016-04-28 18:16:16 +0100
committerGraham Edgecombe2016-04-28 18:16:16 +0100
commit63ee4146119d68763a68a08e4f86004fdc76a127 (patch)
tree327ca5fdd6bb3f11763b2eaa0df47e7d58eeb9c5 /openrct2.install
parentc854aa6a46a600cdd3081c8a1964b535f95b05c5 (diff)
downloadaur-63ee4146119d68763a68a08e4f86004fdc76a127.tar.gz
Remove .install tasks now provided by hooks.
Diffstat (limited to 'openrct2.install')
-rw-r--r--openrct2.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/openrct2.install b/openrct2.install
index 56608b7998fc..a54f7a06c550 100644
--- a/openrct2.install
+++ b/openrct2.install
@@ -1,10 +1,4 @@
-_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 the assets from a retail copy of
RollerCoaster Tycoon 2. See the following page for more information on
@@ -22,11 +16,3 @@ For example:
game_path = "/path/to/RCT2"
EOF
}
-
-post_upgrade () {
- _update_caches
-}
-
-post_remove() {
- _update_caches
-}