summaryrefslogtreecommitdiffstats
path: root/graphics/gpscorrelate/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gpscorrelate/doinst.sh')
-rw-r--r--graphics/gpscorrelate/doinst.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gpscorrelate/doinst.sh b/graphics/gpscorrelate/doinst.sh
index 05a5c6c2a7..3e5691a052 100644
--- a/graphics/gpscorrelate/doinst.sh
+++ b/graphics/gpscorrelate/doinst.sh
@@ -1,4 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications
+ /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