* Commit new eyes plugin.
(Old svn revision: 2018)
This commit is contained in:
commit
2dc8facea7
90 changed files with 2701 additions and 0 deletions
16
icons/Makefile.am
Normal file
16
icons/Makefile.am
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
SUBDIRS = \
|
||||
48x48
|
||||
|
||||
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
|
||||
Reference in a new issue