From cff7687442f6cf49e5f74287d80c5a84341f930a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 19 Jul 2011 10:04:45 +0200 Subject: Adding hook for removing gnome icon cache, thanks to Colin Watson (Closes: #630088). --- share/hooks/remove-gnome-icon-cache.chroot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 share/hooks/remove-gnome-icon-cache.chroot (limited to 'share') diff --git a/share/hooks/remove-gnome-icon-cache.chroot b/share/hooks/remove-gnome-icon-cache.chroot new file mode 100755 index 000000000..f562fd939 --- /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 -- cgit v1.2.3