summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmeson_postinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_postinstall.py b/meson_postinstall.py
index 1aec5b12..bf0d44f0 100755
--- a/meson_postinstall.py
+++ b/meson_postinstall.py
@@ -9,5 +9,5 @@ datadir = os.path.join(prefix, 'share')
# Packaging tools define DESTDIR and this isn't needed for them
if 'DESTDIR' not in os.environ:
print('Updating icon cache...')
- subprocess.call(['gtk-update-icon-cache', '-qtf',
+ subprocess.call(['gtk4-update-icon-cache', '-qtf',
os.path.join(datadir, 'icons', 'hicolor')])