#!/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