diff options
Diffstat (limited to 'development/ghex/doinst.sh')
-rw-r--r-- | development/ghex/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/ghex/doinst.sh b/development/ghex/doinst.sh index 9b26fbab9d949..8f75dac35d81e 100644 --- a/development/ghex/doinst.sh +++ b/development/ghex/doinst.sh @@ -4,8 +4,8 @@ if [ -x /usr/bin/update-desktop-database ]; then 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 + if [ -x /usr/bin/gtk4-update-icon-cache ]; then + /usr/bin/gtk4-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi |