From e214b332395adbc77ad596218895a4834cad434d Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 27 Mar 2012 03:03:55 +0200 Subject: import nautilus dropbox 0.7.1 --- data/icons/hicolor/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/icons/hicolor/Makefile.am (limited to 'data/icons/hicolor/Makefile.am') diff --git a/data/icons/hicolor/Makefile.am b/data/icons/hicolor/Makefile.am new file mode 100644 index 0000000..3750ce0 --- /dev/null +++ b/data/icons/hicolor/Makefile.am @@ -0,0 +1,14 @@ +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 256x256 + +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run this:"; \ + echo "*** $(gtk_update_icon_cache)"; \ + fi -- cgit v1.2.1