~ubuntu-branches/ubuntu/trusty/libxfce4ui/trusty

« back to all changes in this revision

Viewing changes to icons/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-05-21 21:32:57 UTC
  • mfrom: (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130521213257-q5nqhxkutb9ze4ld
Tags: 4.10.0-2
* Upload to unstable.
* debian/rules:
  - enable all hardening flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id$
 
2
 
 
3
SUBDIRS =                                                               \
 
4
        48x48
 
5
 
 
6
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
7
 
 
8
install-data-hook:
 
9
        @-if test -z "$(DESTDIR)"; then                                 \
 
10
                echo "Updating Gtk icon cache.";                        \
 
11
                $(gtk_update_icon_cache);                               \
 
12
        else                                                            \
 
13
                echo "*** Icon cache not updated. Remember to run:";    \
 
14
                echo "***";                                             \
 
15
                echo "***   $(gtk_update_icon_cache)";                  \
 
16
                echo "***";                                             \
 
17
        fi
 
18
 
 
19
# vi:set ts=8 sw=8 noet ai nocindent: