summaryrefslogtreecommitdiff
path: root/extra/audacious/install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/audacious/install')
-rw-r--r--extra/audacious/install5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/audacious/install b/extra/audacious/install
index af0c8724a..4a3873e96 100644
--- a/extra/audacious/install
+++ b/extra/audacious/install
@@ -1,6 +1,7 @@
post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ type update-desktop-database &>/dev/null && update-desktop-database -q
+ type gtk-update-icon-cache &>/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ true
}
post_upgrade() {