diff options
Diffstat (limited to 'libraries/geocode-glib/doinst.sh')
-rw-r--r-- | libraries/geocode-glib/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/geocode-glib/doinst.sh b/libraries/geocode-glib/doinst.sh new file mode 100644 index 0000000000000..6c7c1b11b5a50 --- /dev/null +++ b/libraries/geocode-glib/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 |