summaryrefslogtreecommitdiff
blob: 473fc32c4d12cdfcf1f3815ae23a9578532a15ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- Makefile.am 
+++ Makefile.am 
@@ -18,9 +18,6 @@
 		touch $(DESTDIR)$(themedir); \
 	fi
 
-install-data-hook:
-	$(GTK_UPDATE_ICON_CACHE) -q $(DESTDIR)$(themedir)
-
 EXTRA_DIST = gnome
 
 MAINTAINERCLEANFILES =			\
--- configure.ac 
+++ configure.ac 
@@ -47,11 +47,6 @@
 fi
 AC_SUBST(ICONMAP)
 
-AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache)
-if test -z "$GTK_UPDATE_ICON_CACHE"; then
-    AC_MSG_ERROR([Could not find gtk-update-icon-cache])
-fi
-
 # need git, icontool, and inkscape for rendering
 allow_rendering=yes
 AC_PATH_PROG([GIT], [git], [false])