diff options
author | wainamoinen <wainamoinen@gmail.com> | 2023-09-30 10:33:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:23 +0700 |
commit | 441b876cc1885c73504d64ac376d8ad4c1fb780a (patch) | |
tree | 53b8668de65afa24d6bee8ced4d7d192aba5486d /development/guitar/doinst.sh | |
parent | a815e6487884abcc69293e4bda72c9a9f51d856c (diff) |
development/guitar: Added (git gui client).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/guitar/doinst.sh')
-rw-r--r-- | development/guitar/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/guitar/doinst.sh b/development/guitar/doinst.sh new file mode 100644 index 0000000000000..65c7e2eeb9aa5 --- /dev/null +++ b/development/guitar/doinst.sh @@ -0,0 +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 |