diff options
author | Matt Egger <bru.barwal@sdf.org> | 2023-09-15 20:23:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:19 +0700 |
commit | 51afd61596781023ff87c41507ddf1e48fca374a (patch) | |
tree | 7944750530f09b6c5b38c131a12c1a5a59f6da4c /development/micro/doinst.sh | |
parent | ab81db523fc932a34a936dc1c5067839feada713 (diff) |
development/micro: Updated for version 2.0.12, new maint.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/micro/doinst.sh')
-rw-r--r-- | development/micro/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/micro/doinst.sh b/development/micro/doinst.sh index 5fb28930db0b9..65c7e2eeb9aa5 100644 --- a/development/micro/doinst.sh +++ b/development/micro/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 |