diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-09-27 02:11:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:12 +0700 |
commit | b9728cae1061c5fa4d41c4fe0da09d77a5993d91 (patch) | |
tree | 70e44425b8cf4ae7259d653b15cf177fc902f43d /libraries/geocode-glib2/doinst.sh | |
parent | 60253986b6f6b4cbcef0dcd9381601d52da2f358 (diff) |
libraries/geocode-glib2: Added (convenience library for geocoding)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/geocode-glib2/doinst.sh')
-rw-r--r-- | libraries/geocode-glib2/doinst.sh | 6 |
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 0000000000000..6c7c1b11b5a50 --- /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 |