From 9df79abe7895b22fd251ddbfccc6896e299c326f Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 25 Jul 2013 17:40:46 +0200 Subject: Fixes for make dist and make distcheck --- data/icons/48x48/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/icons/48x48') diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am index 36cffbd..90d5571 100644 --- a/data/icons/48x48/Makefile.am +++ b/data/icons/48x48/Makefile.am @@ -15,6 +15,9 @@ install-data-hook: echo "*** $(gtk_update_icon_cache)"; \ fi +uninstall-hook: + @rm -f $(datadir)/icons/hicolor/icon-theme.cache + EXTRA_DIST = \ $(icons_DATA) -- cgit v1.2.1