diff options
author | Bob Funk <bobfunk11@gmail.com> | 2023-08-30 22:19:13 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:24 +0700 |
commit | 92b96313edbf89be2d17aec54750ceb4db54a68b (patch) | |
tree | e67f5a4669fed268a987b36d56dba8f12fc4bcc0 /development/gnome-builder/doinst.sh | |
parent | 9279c65d1e42c560387db6bd113ff54937f1c88a (diff) |
development/gnome-builder: Updated for version 42.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gnome-builder/doinst.sh')
-rw-r--r-- | development/gnome-builder/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/development/gnome-builder/doinst.sh b/development/gnome-builder/doinst.sh index b7d3b71f74..f25bed6fb6 100644 --- a/development/gnome-builder/doinst.sh +++ b/development/gnome-builder/doinst.sh @@ -6,7 +6,6 @@ if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi -# If other icon themes are installed, then add to/modify this as needed 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 |