summaryrefslogtreecommitdiffstats
path: root/system/xarchiver/doinst.sh
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-13 00:42:27 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:42:27 +0200
commit5cd4fcc2996f7855eee3473f18e7a1afcdfbd6a5 (patch)
tree3dbaa78741ddfd2e311a60f64f671e23df777f90 /system/xarchiver/doinst.sh
parent8b4459a893baf36b609e74315be8bd6281998462 (diff)
downloadslackbuilds-5cd4fcc2996f7855eee3473f18e7a1afcdfbd6a5.tar.gz
slackbuilds-5cd4fcc2996f7855eee3473f18e7a1afcdfbd6a5.tar.xz
system/xarchiver: Updated for version 0.5.2
Diffstat (limited to 'system/xarchiver/doinst.sh')
-rw-r--r--system/xarchiver/doinst.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/system/xarchiver/doinst.sh b/system/xarchiver/doinst.sh
index f364075896..1f8ff67ded 100644
--- a/system/xarchiver/doinst.sh
+++ b/system/xarchiver/doinst.sh
@@ -1,4 +1,10 @@
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database -q usr/share/applications
+if [ -x /usr/bin/update-desktop-database ]; then
+ /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