diff options
author | Isaac Yu <isaacyu@isaacyu1.com> | 2018-01-13 17:24:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:31 +0700 |
commit | 29ecf0a58a83e29e6f8624334443ee2f4e858b65 (patch) | |
tree | ac79d188d95e498ee649627e083799f2ef8c58a5 /development/tea/doinst.sh | |
parent | 70cc380dcc7b07b9ca6ce2429b5414e90d1ca506 (diff) |
development/tea: Updated for version 44.1.1 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/tea/doinst.sh')
-rw-r--r-- | development/tea/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/tea/doinst.sh b/development/tea/doinst.sh index 5fb28930db0b9..65c7e2eeb9aa5 100644 --- a/development/tea/doinst.sh +++ b/development/tea/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |