xfce4-speed-plugin/icons/Makefile.am

18 lines
476 B
Makefile

SUBDIRS = 16x16 32x32 128x128 scalable
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
echo "*** Icon cache not updated. Remember to run:"; \
echo "***"; \
echo "*** $(gtk_update_icon_cache)"; \
echo "***"; \
fi
uninstall-local:
-rm $(datadir)/icons/hicolor/icon-theme.cache
C 96%
Makefile 3.5%
Shell 0.5%