1
0

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:
Fabian Vogt 2022-07-27 06:36:27 +00:00 committed by Git OBS Bridge
parent 4608771d28
commit d4e2ec45ae
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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>