summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2021-03-08 19:34:05 -0800
committerChristian Hergert <chergert@redhat.com>2021-03-08 19:34:05 -0800
commitbc22c231bfc7950428dade5f543b1a6453ff3e54 (patch)
treec088841b10730caa8b54c0dead6e46b16ecab9e0
parentacfaf15b16c106a501926a0fbe6dc712643450a3 (diff)
downloadgtksourceview-bc22c231bfc7950428dade5f543b1a6453ff3e54.tar.gz
build: use gtk4-update-icon-cache
-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')])