- config.sh: Forcibly remove adwaita-icon-theme for kde and Rescue CD
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=116
This commit is contained in:
parent
fe8458e5c4
commit
72156183d8
@ -32,6 +32,10 @@ rpm -q wodim && rpm -e --nodeps wodim
|
|||||||
# Actually a hack: xrdb requires this, but on livecds it's not used
|
# Actually a hack: xrdb requires this, but on livecds it's not used
|
||||||
rpm -qa | grep "^cpp" | xargs -r rpm -e --nodeps
|
rpm -qa | grep "^cpp" | xargs -r rpm -e --nodeps
|
||||||
|
|
||||||
|
# GTK 3 hard-requires this for some reason. The only GTK3 application is Firefox,
|
||||||
|
# which has its own icons and we have breeze for the rest.
|
||||||
|
[ "$desktop" = "kde" -o "$desktop" = "x11" ] && rpm -e --nodeps adwaita-icon-theme
|
||||||
|
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
# enable and disable services
|
# enable and disable services
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 10 07:38:01 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||||
|
|
||||||
|
- config.sh: Forcibly remove adwaita-icon-theme for kde and Rescue CD
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 10 07:01:34 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>
|
Mon Aug 10 07:01:34 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user