diff --git a/build-aux/meson_post_install.py b/build-aux/meson_post_install.py index e7ab5b1..9a4197a 100644 --- a/build-aux/meson_post_install.py +++ b/build-aux/meson_post_install.py @@ -7,6 +7,6 @@ if not environ.get('DESTDIR', ''): PREFIX = environ.get('MESON_INSTALL_PREFIX', '/usr/local') DATA_DIR = path.join(PREFIX, 'share') print('Updating icon cache...') - call(['gtk-update-icon-cache', '-qtf', path.join(DATA_DIR, 'icons/hicolor')]) + call(['gtk4-update-icon-cache', '-qtf', path.join(DATA_DIR, 'icons/hicolor')]) print("Updating desktop database...") call(["update-desktop-database", path.join(DATA_DIR, 'applications')])