aboutsummaryrefslogtreecommitdiff
path: root/system/gparted/doinst.sh
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-13 00:40:29 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:40:29 +0200
commit81b725457697bfd2d384253d2a5061812c5b5709 (patch)
treeee4f7c003dde9f9470e8f36228fbdaba18114741 /system/gparted/doinst.sh
parent037120048ad525d018eb27d736f3d3f676c5f157 (diff)
system/gparted: Updated for version 0.4.8
Diffstat (limited to 'system/gparted/doinst.sh')
-rw-r--r--system/gparted/doinst.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/system/gparted/doinst.sh b/system/gparted/doinst.sh
index 3857649f506a..1f8ff67dedb2 100644
--- a/system/gparted/doinst.sh
+++ b/system/gparted/doinst.sh
@@ -1,3 +1,10 @@
if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
+ /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
+