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
1 changed files with 4 additions and 0 deletions

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