Adding hook for removing gnome icon cache, thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #630088).
This commit is contained in:
parent
285f8d50fd
commit
cff7687442
|
@ -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
|
Loading…
Reference in New Issue