summarylogtreecommitdiffstats
path: root/epour.install
diff options
context:
space:
mode:
Diffstat (limited to 'epour.install')
-rw-r--r--epour.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/epour.install b/epour.install
index 83d9ec4a7ab2..96195af9b528 100644
--- a/epour.install
+++ b/epour.install
@@ -1,6 +1,6 @@
post_install() {
- update-desktop-database -q
- [[ -e /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache
+ [[ -x /usr/bin/update-desktop-database ]] && update-desktop-database -q
+ [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}
post_upgrade() {