summarylogtreecommitdiffstats
path: root/epour.install
diff options
context:
space:
mode:
authorDoug Newgard2014-03-09 19:04:36 -0500
committerDoug Newgard2014-03-09 19:04:36 -0500
commit8b1faf15eb77b49497452e37079b03eb30517fe8 (patch)
treeb60ddc2342c4a87ac00cdcf48a2885b8ffb35929 /epour.install
parent4497c49d2552a9e6805d5fe99a55d0a06e553c3b (diff)
downloadaur-8b1faf15eb77b49497452e37079b03eb30517fe8.tar.gz
Simpler update-desktop-database handling and fix gtk-update-icon-cache
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() {