summaryrefslogtreecommitdiffstats
path: root/development/kdesvn/doinst.sh
diff options
context:
space:
mode:
author Michiel van Wessem2010-05-12 17:38:34 +0200
committer David Somero2010-05-12 17:38:34 +0200
commit7cbd52e2e9ea9bd9c433b64a2c17d4ea8632aef5 (patch)
treef323a6e4cb7f54b6b12b8bf7bc623a994bf520e0 /development/kdesvn/doinst.sh
parent1b30e9a3dc794c1345be0855f696131cd7399737 (diff)
downloadslackbuilds-7cbd52e2e9ea9bd9c433b64a2c17d4ea8632aef5.tar.gz
development/kdesvn: Updated for version 1.0.5
Diffstat (limited to 'development/kdesvn/doinst.sh')
-rw-r--r--development/kdesvn/doinst.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/development/kdesvn/doinst.sh b/development/kdesvn/doinst.sh
index abca0bed02..fdfd4cef9c 100644
--- a/development/kdesvn/doinst.sh
+++ b/development/kdesvn/doinst.sh
@@ -1,4 +1,10 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
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
+