summaryrefslogtreecommitdiff
path: root/extra/audacious/install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/audacious/install')
-rw-r--r--extra/audacious/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/audacious/install b/extra/audacious/install
index 4a3873e96..b6ce5bc02 100644
--- a/extra/audacious/install
+++ b/extra/audacious/install
@@ -1,6 +1,6 @@
post_install() {
- 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
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
true
}