diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2014-08-07 21:27:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-09 07:44:09 +0700 |
commit | b1b4373e878161a703b8ab33d8c01f841469b700 (patch) | |
tree | 9c803142a7dbc82bf63c524e4ae67efce4d187ee /desktop/ssr/doinst.sh | |
parent | 2d60e09e4dc5c56d8e63436530c17675cd0f9c27 (diff) | |
download | slackbuilds-b1b4373e878161a703b8ab33d8c01f841469b700.tar.gz |
desktop/ssr: Updated for version 0.3.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'desktop/ssr/doinst.sh')
-rw-r--r-- | desktop/ssr/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/ssr/doinst.sh b/desktop/ssr/doinst.sh index 140e332222..5934a15ab1 100644 --- a/desktop/ssr/doinst.sh +++ b/desktop/ssr/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications 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 |