diff options
author | Dan Winship <danw@gnome.org> | 2010-09-23 15:58:12 -0400 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2010-09-24 10:31:37 +0200 |
commit | f71b86486f5b42821fad50f8cada03edd3eb07e2 (patch) | |
tree | eaca8c34716b186d7ac4120aa71b0afef8316f45 /Makefile.am | |
parent | 37b8f3aa54a11aaeb06d4f79c3dc4894ebe71ba1 (diff) | |
download | adwaita-icon-theme-f71b86486f5b42821fad50f8cada03edd3eb07e2.tar.gz |
Run gtk-update-icon-cache after installing
https://bugzilla.gnome.org/show_bug.cgi?id=630465
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 693a3ccae..2097ee294 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,9 @@ install-data-local: touch $(DESTDIR)$(themedir); \ fi +install-data-hook: + $(GTK_UPDATE_ICON_CACHE) -q $(DESTDIR)$(themedir) + pkgconfigdir = $(datadir)/pkgconfig pkgconfig_DATA = gnome-icon-theme.pc |