summarylogtreecommitdiffstats
path: root/openrct2.install
blob: 4d853ea8ee725d38c370f42ad6beeeaad0eda6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}