From 0e2ddd1b3c630f2e0152723dc266cf7ec31011f2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 21 Nov 2021 15:07:36 -0500 Subject: audio/mp3splt-gtk: New-style icons. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- audio/mp3splt-gtk/doinst.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'audio/mp3splt-gtk/doinst.sh') 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 -- cgit v1.2.3