From 5a68ebc55ee9ae59165c9c94125d6cc8f2287e3f Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Fri, 21 Jun 2013 19:50:48 +0200 Subject: icon cache --- config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot diff --git a/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot b/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot new file mode 100755 index 0000000..6aae943 --- /dev/null +++ b/config/chroot_local-hooks/01-remove-gnome-icon-cache.chroot @@ -0,0 +1,11 @@ +#!/bin/sh + +if [ -x /usr/sbin/lightdm ]; then +set -e + +# Remove GNOME icon cache. +# has to be generated later +# This saves space some space (11MB on K-LXDE) + +rm -f /usr/share/icons/*/icon-theme.cache +fi -- cgit v1.0