summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2008-01-10 14:06:42 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2008-01-10 14:06:42 +0000
commit13c47883b46e362f36e30c3c8e081e79f18fbccd (patch)
tree064f68e17bbb6e63952f11b0b817c162b452af33 /data
parente77fbdc213d3cc639d30a3e1a69d29532edff763 (diff)
downloadnautilus-13c47883b46e362f36e30c3c8e081e79f18fbccd.tar.gz
Run gtk-update-icon-cache one one when exiting from icons directory. Not
2008-01-10 Luca Ferretti <elle.uca@libero.it> * data/icons/16x16/apps/Makefile.am: * data/icons/22x22/apps/Makefile.am: * data/icons/24x24/apps/Makefile.am: * data/icons/32x32/apps/Makefile.am: * data/icons/scalable/apps/Makefile.am: Run gtk-update-icon-cache one one when exiting from icons directory. Not needed to repeat it 5 times. svn path=/trunk/; revision=13584
Diffstat (limited to 'data')
-rw-r--r--data/icons/16x16/apps/Makefile.am11
-rw-r--r--data/icons/22x22/apps/Makefile.am11
-rw-r--r--data/icons/24x24/apps/Makefile.am11
-rw-r--r--data/icons/32x32/apps/Makefile.am11
-rw-r--r--data/icons/scalable/apps/Makefile.am11
5 files changed, 0 insertions, 55 deletions
diff --git a/data/icons/16x16/apps/Makefile.am b/data/icons/16x16/apps/Makefile.am
index 093bd1ca8..e2ac98437 100644
--- a/data/icons/16x16/apps/Makefile.am
+++ b/data/icons/16x16/apps/Makefile.am
@@ -16,14 +16,3 @@ icons_SOURCE = \
EXTRA_DIST = \
$(icons_DATA) \
$(icons_SOURCE)
-
-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. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
diff --git a/data/icons/22x22/apps/Makefile.am b/data/icons/22x22/apps/Makefile.am
index acb7b5c97..6e00d28c2 100644
--- a/data/icons/22x22/apps/Makefile.am
+++ b/data/icons/22x22/apps/Makefile.am
@@ -16,14 +16,3 @@ icons_SOURCE = \
EXTRA_DIST = \
$(icons_DATA) \
$(icons_SOURCE)
-
-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. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
diff --git a/data/icons/24x24/apps/Makefile.am b/data/icons/24x24/apps/Makefile.am
index 899b3f7c2..d653511c9 100644
--- a/data/icons/24x24/apps/Makefile.am
+++ b/data/icons/24x24/apps/Makefile.am
@@ -11,14 +11,3 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
-
-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. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am
index 9241d3a3c..add7a3947 100644
--- a/data/icons/32x32/apps/Makefile.am
+++ b/data/icons/32x32/apps/Makefile.am
@@ -16,14 +16,3 @@ icons_SOURCE = \
EXTRA_DIST = \
$(icons_DATA) \
$(icons_SOURCE)
-
-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. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
diff --git a/data/icons/scalable/apps/Makefile.am b/data/icons/scalable/apps/Makefile.am
index 46109ecfd..5c9fc07b2 100644
--- a/data/icons/scalable/apps/Makefile.am
+++ b/data/icons/scalable/apps/Makefile.am
@@ -11,14 +11,3 @@ icons_DATA = \
EXTRA_DIST = \
$(icons_DATA)
-
-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. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi