[neon/neon/livecd-rootfs/Neon/release] live-build/ubuntu/hooks: fix(Hyperv Desktop): ubiquity-frontend-gtk is a dependency of the oem-config-gtk package so does not need to be added explicitly

Philip Roche null at kde.org
Thu Jul 11 11:54:01 BST 2024


Git commit 34edbb9a1c8cbc57f2399a36c4459a03babb81de by Philip Roche.
Committed on 24/05/2024 at 14:31.
Pushed by carlosdem into branch 'Neon/release'.

fix(Hyperv Desktop): ubiquity-frontend-gtk is a dependency of the oem-config-gtk package so does not need to be added explicitly

(cherry picked from commit dc2d1318d2d2183f6d80673a1daf5dc8794cd3ed)

M  +1    -1    live-build/ubuntu/hooks/040-hyperv-desktop-images.binary

https://invent.kde.org/neon/neon/livecd-rootfs/-/commit/34edbb9a1c8cbc57f2399a36c4459a03babb81de

diff --git a/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary b/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
index 21794803..74a67f0a 100644
--- a/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
+++ b/live-build/ubuntu/hooks/040-hyperv-desktop-images.binary
@@ -46,7 +46,7 @@ touch "${scratch_d}/etc/cloud/cloud-init.disabled"
 
 
 chroot "${scratch_d}" apt-get update -y
-chroot "${scratch_d}" apt-get -y install xrdp linux-azure linux-tools-azure linux-cloud-tools-azure polkitd-pkla oem-config-gtk ubiquity-frontend-gtk  ubiquity-slideshow-ubuntu language-pack-en-base oem-config-slideshow-ubuntu
+chroot "${scratch_d}" apt-get -y install xrdp linux-azure linux-tools-azure linux-cloud-tools-azure polkitd-pkla oem-config-gtk ubiquity-slideshow-ubuntu language-pack-en-base oem-config-slideshow-ubuntu
 
 cat > ${scratch_d}/etc/modules-load.d/hyperv.conf << EOF
 ${IMAGE_STR}



More information about the Neon-commits mailing list