summaryrefslogtreecommitdiffstats
path: root/graphics/photivo/doinst.sh
diff options
context:
space:
mode:
author Giorgio Peron <giorgio.peron@gmail.com>2017-06-03 00:00:37 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-06-03 00:00:37 +0100
commit0f30c31d264d9dda97698344fc9cc0fb9b820f9a (patch)
tree44ea473f44d5c996ada04ae3a327f3f8cdf353c8 /graphics/photivo/doinst.sh
parent5f33e296532ac2b62c8163ca304983874d684648 (diff)
downloadslackbuilds-0f30c31d264d9dda97698344fc9cc0fb9b820f9a.tar.gz
slackbuilds-0f30c31d264d9dda97698344fc9cc0fb9b820f9a.tar.xz
graphics/photivo: Updated for version 20160525.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/photivo/doinst.sh')
-rw-r--r--graphics/photivo/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/photivo/doinst.sh b/graphics/photivo/doinst.sh
index 65c7e2eeb9..5fb28930db 100644
--- a/graphics/photivo/doinst.sh
+++ b/graphics/photivo/doinst.sh
@@ -1,9 +1,3 @@
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 -f usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi