summarylogtreecommitdiffstats
path: root/rage.install
diff options
context:
space:
mode:
authorDoug Newgard2014-03-09 19:07:34 -0500
committerDoug Newgard2014-03-09 19:07:34 -0500
commit2627749214c2ad2042ac3d56cffe9577528017b1 (patch)
tree2de90560d8303ea91c46d959e9dda8bd860b2aa2 /rage.install
parent5db10fd2674513f74669f403c66af1e733000b43 (diff)
downloadaur-2627749214c2ad2042ac3d56cffe9577528017b1.tar.gz
Simpler update-desktop-database handling
Diffstat (limited to 'rage.install')
-rw-r--r--rage.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/rage.install b/rage.install
index d3289ab64233..48c201dcb59d 100644
--- a/rage.install
+++ b/rage.install
@@ -1,5 +1,5 @@
post_install() {
- update-desktop-database -q
+ [[ -x /usr/bin/update-desktop/database ]] && update-desktop-database -q
}
post_upgrade() {