[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10

Daniel Baumann daniel at debian.org
Thu Aug 4 19:53:16 UTC 2011


The following commit has been merged in the debian branch:
commit cff7687442f6cf49e5f74287d80c5a84341f930a
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jul 19 10:04:45 2011 +0200

    Adding hook for removing gnome icon cache, thanks to Colin Watson <cjwatson at ubuntu.com> (Closes: #630088).

diff --git a/share/hooks/remove-gnome-icon-cache.chroot b/share/hooks/remove-gnome-icon-cache.chroot
new file mode 100755
index 0000000..f562fd9
--- /dev/null
+++ b/share/hooks/remove-gnome-icon-cache.chroot
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+# Remove GNOME icon cache.
+#
+# This saves space some space (e.g. on Kubuntu).
+
+rm -f /usr/share/icons/*/icon-theme.cache

-- 
live-build



More information about the debian-live-changes mailing list