diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2025-05-17 18:59:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-18 15:18:51 +0700 |
commit | 28a15dd521e9037cf590b192cf3681aa2f157ed7 (patch) | |
tree | cf215b4d2db5092c1ee44eef5f7500080d3d3975 /development/smartgit/doinst.sh | |
parent | 8beed32dd16690931d392b138bc37420623d9e91 (diff) |
development/smartgit: Updated for version 24.1.3 and new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/smartgit/doinst.sh')
-rw-r--r-- | development/smartgit/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/smartgit/doinst.sh b/development/smartgit/doinst.sh index 5fb28930db..aea0f894eb 100644 --- a/development/smartgit/doinst.sh +++ b/development/smartgit/doinst.sh @@ -1,3 +1,13 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 |