From e8bd59a8351511b812321f68906b54584ca9711e Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 23 Jun 2013 18:56:41 +0200 Subject: Add missing uninstall hooks --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 0cd35a2..538223c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,7 @@ install-data-local: ## FIXME we should add a way to remove links generated by icon mapping uninstall-local: for size in $(render_sizes); do \ - for file in `cd $(top_srcdir)/$(SVGOUTDIR)/$$size && find . -name "*.png"`; do \ + for file in `cd $(top_srcdir)/$(SVGOUTDIR)/$$size && find . -name "*.png" -o -name "*.icon"`; do \ rm -f $(DESTDIR)$(themedir)/$$size/$$file; \ done; \ done -- cgit v1.2.1