mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 02:54:22 +00:00
workstation: Add back the HighContrast cache removal
It was lost in the desktop -> workstation conversion.
This commit is contained in:
parent
e8e1e59fb0
commit
c42ccad987
@ -8,6 +8,10 @@
|
|||||||
part / --size 6144
|
part / --size 6144
|
||||||
|
|
||||||
%post
|
%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
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user