forked from pool/livecd-openSUSE
Accepting request 991347 from home:favogt:branches:openSUSE:Factory:Live
- config.sh: Cope with new name of noto-coloremoji-fonts OBS-URL: https://build.opensuse.org/request/show/991347 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=133
This commit is contained in:
parent
4608771d28
commit
d4e2ec45ae
@ -35,7 +35,10 @@ rpm -qa | grep "^libisl" | xargs -r rpm -e
|
||||
[ "$desktop" = "kde" ] && rpm -e --nodeps adwaita-icon-theme
|
||||
|
||||
# Workaround until dropped from xfce4-branding-openSUSE
|
||||
[ "$desktop" = "x11" -o "$desktop" = "xfce" ] && rpm -e --nodeps noto-coloremoji-fonts xorg-x11-server-Xvfb
|
||||
if [ "$desktop" = "x11" -o "$desktop" = "xfce" ]; then
|
||||
rpm -e --nodeps xorg-x11-server-Xvfb
|
||||
rpm -e --nodeps noto-coloremoji-fonts || rpm -e --nodeps google-noto-coloremoji-fonts
|
||||
fi
|
||||
|
||||
#--------------------------------------
|
||||
# enable and disable services
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 27 06:25:00 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- config.sh: Cope with new name of noto-coloremoji-fonts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 12:14:30 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user