summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-04-02 00:20:30 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-04-02 00:27:32 +0000
commit0189b0c903cb6b696cddc3dc37967ea48342b24d (patch)
tree1c1a2c5e40e6dac539e9b1ec9bcc79a516e8d4a1
parentaacab81a3efe2ad36826af0c97e60bf52cdf502f (diff)
downloadgtk+-0189b0c903cb6b696cddc3dc37967ea48342b24d.tar.gz
post-install: Use gtk4-update-icon-cache
I was building GTK in a minimal container without GTK3 installed, and this caused install to fail. We should use the tool that we just installed.
-rw-r--r--build-aux/meson/post-install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/meson/post-install.py b/build-aux/meson/post-install.py
index d81abd28a4..5bdccbab91 100644
--- a/build-aux/meson/post-install.py
+++ b/build-aux/meson/post-install.py
@@ -19,7 +19,7 @@ if 'DESTDIR' not in os.environ:
os.path.join(gtk_datadir, 'glib-2.0', 'schemas')])
print('Updating icon cache...')
- subprocess.call(['gtk-update-icon-cache', '-q', '-t' ,'-f',
+ subprocess.call(['gtk4-update-icon-cache', '-q', '-t' ,'-f',
os.path.join(gtk_datadir, 'icons', 'hicolor')])
print('Updating module cache for print backends...')