~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to pixmaps/32x32/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-11 15:34:43 UTC
  • mto: (2.1.2 lenny) (1.4.50)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: james.westby@ubuntu.com-20071211153443-w5922mvs37kx0g4q
Tags: upstream-2.20.2
ImportĀ upstreamĀ versionĀ 2.20.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
appsicondir = \
4
4
        $(datadir)/icons/hicolor/32x32/apps
5
5
dist_appsicon_DATA = \
6
 
        gdm-setup.png \
7
6
        gdm-xnest.png
8
7
 
9
8
MAINTAINERCLEANFILES = \
10
9
        Makefile.in
11
 
 
12
 
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
13
 
install-data-hook: update-icon-cache
14
 
uninstall-hook: update-icon-cache
15
 
update-icon-cache:
16
 
        @-if test -z "$(DESTDIR)"; then \
17
 
                echo "Updating Gtk icon cache."; \
18
 
                $(gtk_update_icon_cache); \
19
 
        else \
20
 
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
21
 
                echo "***   $(gtk_update_icon_cache)"; \
22
 
        fi
23