From 50794b1de1b0211ee4c040a83bba9a5f3148d066 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 20 May 2015 08:19:39 +0200 Subject: Splitting non-live specific hooks into their own subdirectory within hooks. --- share/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 share/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot (limited to 'share/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot') diff --git a/share/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot b/share/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot new file mode 100755 index 000000000..ab35a1d68 --- /dev/null +++ b/share/hooks/normal/0130-remove-gnome-icon-cache.hook.chroot @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +# Remove GNOME icon cache. +# +# This saves space some space. + +rm -f /usr/share/icons/*/icon-theme.cache -- cgit v1.2.3