summaryrefslogtreecommitdiffstats
path: root/network/linuxdcpp/doinst.sh
diff options
context:
space:
mode:
author Niklas 'Nille' Åkerström <nille.kungen[AT]gmail.com>2011-07-01 23:32:20 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-01 23:32:20 -0300
commite68661ecf3ce22fa7bae568707f59359bac66d6e (patch)
tree5efc3787defee670e399dab61fafce40d820c7c3 /network/linuxdcpp/doinst.sh
parent9b1c1ea549fe79fdc069bf9addfe45229f62b45b (diff)
downloadslackbuilds-e68661ecf3ce22fa7bae568707f59359bac66d6e.tar.gz
slackbuilds-e68661ecf3ce22fa7bae568707f59359bac66d6e.tar.xz
network/linuxdcpp: Updated for version 1.1.0.
Diffstat (limited to 'network/linuxdcpp/doinst.sh')
-rw-r--r--network/linuxdcpp/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/linuxdcpp/doinst.sh b/network/linuxdcpp/doinst.sh
index ff5dd6d547..ae6bd45285 100644
--- a/network/linuxdcpp/doinst.sh
+++ b/network/linuxdcpp/doinst.sh
@@ -2,3 +2,8 @@ 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