diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-21 15:07:36 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:57 +0700 |
commit | 0e2ddd1b3c630f2e0152723dc266cf7ec31011f2 (patch) | |
tree | ccf66482d41722de8b5fba5b9e01fc443f4fae0a /audio/mp3splt-gtk/doinst.sh | |
parent | 32549442a772ee336211ad259dd2e0a502ba8fe5 (diff) |
audio/mp3splt-gtk: New-style icons.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mp3splt-gtk/doinst.sh')
-rw-r--r-- | audio/mp3splt-gtk/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/mp3splt-gtk/doinst.sh b/audio/mp3splt-gtk/doinst.sh index 4e8ba7071dea7..3e5691a052b5b 100644 --- a/audio/mp3splt-gtk/doinst.sh +++ b/audio/mp3splt-gtk/doinst.sh @@ -2,3 +2,8 @@ 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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |