From 9621cbabd4788b98dfdee59d784c4b4b58384c6b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Aug 2011 23:14:43 +0000 Subject: Thu Aug 25 23:14:43 UTC 2011 --- extra/audacious/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra/audacious/install') 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() { -- cgit v1.2.3-54-g00ecf