diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-09-29 19:43:18 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-30 20:01:03 -0500 |
commit | 8224d8f7d069c5fb751ded090c7fc5361317bda7 (patch) | |
tree | 9915b3df91e05fed39e6b7e41882f26f44b343cf /libraries/libpeas/doinst.sh | |
parent | 1a95f18e55ed9b53db0cc3feb4eb7051c0130286 (diff) | |
download | slackbuilds-8224d8f7d069c5fb751ded090c7fc5361317bda7.tar.gz |
libraries/libpeas: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libpeas/doinst.sh')
-rw-r--r-- | libraries/libpeas/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libpeas/doinst.sh b/libraries/libpeas/doinst.sh new file mode 100644 index 0000000000..8542d1c18e --- /dev/null +++ b/libraries/libpeas/doinst.sh @@ -0,0 +1,5 @@ +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 |