~ubuntu-branches/ubuntu/dapper/file-roller/dapper-updates

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 08:44:59 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20060411084459-9r22188ftese2ev2
Tags: upstream-2.14.1
ImportĀ upstreamĀ versionĀ 2.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) 
6
6
@INTLTOOL_DESKTOP_RULE@
7
7
 
8
 
icondir = $(datadir)/pixmaps
 
8
icondir = $(datadir)/icons/hicolor/48x48/apps
9
9
icon_DATA = file-roller.png
10
10
 
 
11
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
 
12
 
 
13
install-data-hook:
 
14
        @-if test -z "$(DESTDIR)"; then \
 
15
                echo "Updating Gtk icon cache."; \
 
16
                $(gtk_update_icon_cache); \
 
17
        else \
 
18
                echo "*** Icon cache not updated.  After install, run this:"; \
 
19
                echo "***   $(gtk_update_icon_cache)"; \
 
20
        fi
 
21
 
11
22
schemadir = @GCONF_SCHEMA_FILE_DIR@
12
23
schema_DATA = file-roller.schemas
13
24