aboutsummaryrefslogtreecommitdiff
path: root/system/squeeze/doinst.sh
diff options
context:
space:
mode:
authornobody <nobody@nowhere>2010-05-13 00:41:53 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:41:53 +0200
commit44986a37538a4b8a5aa18b73265460b5b86265de (patch)
treeb246c2bf391c58ec140b6aa30bcaa2afd95ca6e8 /system/squeeze/doinst.sh
parent0e0e951fbf25446e8475aa24a304c66354377da7 (diff)
system/squeeze: Updated for version 0.2.3
Diffstat (limited to 'system/squeeze/doinst.sh')
-rw-r--r--system/squeeze/doinst.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/system/squeeze/doinst.sh b/system/squeeze/doinst.sh
index 392c12adb9bd..1f8ff67dedb2 100644
--- a/system/squeeze/doinst.sh
+++ b/system/squeeze/doinst.sh
@@ -1,4 +1,10 @@
if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
fi