Pretty much all desktop-environments use /usr/share/icons now a days. Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> --- docs/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 09a900f..a3ad41d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -43,12 +43,9 @@ install-data-local: $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps' $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps' $(INSTALL) -d '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps' - $(INSTALL) -d '$(DESTDIR)$(datadir)/pixmaps' $(INSTALL_DATA) '$(srcdir)/tvtime.16x16.png' '$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/tvtime.png' $(INSTALL_DATA) '$(srcdir)/tvtime.32x32.png' '$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/tvtime.png' $(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/tvtime.png' - $(INSTALL_DATA) '$(srcdir)/tvtime.32x32.xpm' '$(DESTDIR)$(datadir)/pixmaps/tvtime.xpm' - $(INSTALL_DATA) '$(srcdir)/tvtime.48x48.png' '$(DESTDIR)$(datadir)/pixmaps/tvtime.png' .PHONY: install-exec-hook install-exec-hook: -- 2.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html