summaryrefslogtreecommitdiff
path: root/sysui/desktop/debian/postinst
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2020-10-14 19:38:16 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-10-29 09:23:08 +0100
commitf9ddaae9caa5bfebf1b2d763751049125642657b (patch)
treeb75842f8f00eb795c9b665eff1dd9daecbe238b0 /sysui/desktop/debian/postinst
parent1628d815712ef40020f744a80b949e3cf4d8380d (diff)
tdf#132737: Don't install SVG source icons or locolor theme
These SVG icons are the source for the PNG icons in the same directories. scalable/mimetypes icons each contain the source for all sizes of PNG icons and are not usable themselves. The locolor theme is incomplete with only low resolution icons. Change-Id: I2bc54cfbfec012c29a41e1d954d313c19a47831e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99444 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sysui/desktop/debian/postinst')
-rwxr-xr-xsysui/desktop/debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/debian/postinst b/sysui/desktop/debian/postinst
index 715403fbaffc..604e67605297 100755
--- a/sysui/desktop/debian/postinst
+++ b/sysui/desktop/debian/postinst
@@ -31,7 +31,7 @@ if [ "$1" = "configure" ] ; then # first install
update-menus
fi
# update icon-cache if already present
- for theme in gnome hicolor locolor; do
+ for theme in gnome hicolor; do
if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then
# touch it, just in case we cannot find the binary...
touch /usr/share/icons/$theme