summarylogtreecommitdiffstats
path: root/runescape-launcher.install
diff options
context:
space:
mode:
authorIvan Puntiy2016-02-23 01:09:43 +0200
committerIvan Puntiy2016-02-23 01:09:43 +0200
commit1b3759c4feaa6fc2ed1fc283746a3047cf67048d (patch)
tree0b2d852f3940c7af5f645e1323e34af2ad450951 /runescape-launcher.install
parent900e555fc26235cac185abbd5aee77241fe61c69 (diff)
downloadaur-1b3759c4feaa6fc2ed1fc283746a3047cf67048d.tar.gz
Fixed desktop entry
Diffstat (limited to 'runescape-launcher.install')
-rw-r--r--runescape-launcher.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/runescape-launcher.install b/runescape-launcher.install
index bb10b7de03f0..9ed6c05de85f 100644
--- a/runescape-launcher.install
+++ b/runescape-launcher.install
@@ -1,13 +1,14 @@
post_install() {
- update-desktop-database -q
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
- post_install "$1"
+ post_install "$1"
}
post_remove() {
- update-desktop-database -q
+ post_install "$1"
}
# vim:set ts=2 sw=2 et: