summaryrefslogtreecommitdiffstats
path: root/development/p4v/doinst.sh
diff options
context:
space:
mode:
author David Sullins <david.sullins@gmail.com>2016-08-14 22:50:04 +0100
committer David Spencer <idlemoor@slackbuilds.org>2016-08-14 22:50:04 +0100
commit7605cfde74dda18b76492d43128cba67ad873ae0 (patch)
treefdab729e1d0619db4020c7d0c89bba2fd33b37bf /development/p4v/doinst.sh
parentd46e8092903d5940d09a337d874409b9226f1bf3 (diff)
downloadslackbuilds-7605cfde74dda18b76492d43128cba67ad873ae0.tar.gz
slackbuilds-7605cfde74dda18b76492d43128cba67ad873ae0.tar.xz
development/p4v: Updated for version 2015.2.1315639.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/p4v/doinst.sh')
-rw-r--r--development/p4v/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/p4v/doinst.sh b/development/p4v/doinst.sh
index 5fb28930db..3e5691a052 100644
--- a/development/p4v/doinst.sh
+++ b/development/p4v/doinst.sh
@@ -1,3 +1,9 @@
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