summaryrefslogtreecommitdiffstats
path: root/libraries/geocode-glib2/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/geocode-glib2/doinst.sh')
-rw-r--r--libraries/geocode-glib2/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/geocode-glib2/doinst.sh b/libraries/geocode-glib2/doinst.sh
new file mode 100644
index 0000000000..6c7c1b11b5
--- /dev/null
+++ b/libraries/geocode-glib2/doinst.sh
@@ -0,0 +1,6 @@
+
+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