From 0b0f155d51d50e08e375b6589ab34350c9662773 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 2 Oct 2012 23:56:33 +0200 Subject: [PATCH] fix lubuntu and xubuntu preinstalled handling so we end up with the right slideshows in oem-config --- debian/changelog | 7 +++++++ live-build/auto/config | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 34491b50..272da559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.89) quantal; urgency=low + + * fix lubuntu and xubuntu preinstalled handling so we end up with the + right slideshows in oem-config + + -- Oliver Grawert Tue, 02 Oct 2012 23:56:33 +0200 + livecd-rootfs (2.88) quantal; urgency=low * live-build/auto/config: Add photography and publishing metas for diff --git a/live-build/auto/config b/live-build/auto/config index 39d39825..5d91ef3a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -136,6 +136,14 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then add_package live oem-config-kde ubiquity-frontend-kde add_package live ubiquity-slideshow-kubuntu ;; + lubuntu*) + add_package live oem-config-gtk ubiquity-frontend-gtk + add_package live ubiquity-slideshow-lubuntu + ;; + xubuntu*) + add_package live oem-config-gtk ubiquity-frontend-gtk + add_package live ubiquity-slideshow-xubuntu + ;; ubuntu-server) add_package live oem-config-debconf ubiquity-frontend-debconf ;;