1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-24 16:17:22 +00:00

workstation: Add back the HighContrast cache removal

It was lost in the desktop -> workstation conversion.
This commit is contained in:
Kalev Lember 2014-06-03 13:18:14 +02:00
parent e8e1e59fb0
commit c42ccad987

View File

@ -8,6 +8,10 @@
part / --size 6144
%post
# This is a huge file and things work ok without it
rm -f /usr/share/icons/HighContrast/icon-theme.cache
cat >> /etc/rc.d/init.d/livesys << EOF