Explicitely select the oem-config frontend to install on a per-project basis

ubuntu/precise
Adam Conrad 13 years ago
parent 54dbac47b3
commit be43abb06f

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.39) oneiric; urgency=low
* Explicitely select the oem-config frontend to install on a
per-project basis, to match the ubiquity in use (LP: #820514)
-- Adam Conrad <adconrad@ubuntu.com> Mon, 26 Sep 2011 19:14:56 -0600
livecd-rootfs (2.38) oneiric; urgency=low livecd-rootfs (2.38) oneiric; urgency=low
* Add main, restricted, universe, and multiverse to the sources.list * Add main, restricted, universe, and multiverse to the sources.list

@ -77,7 +77,17 @@ case $IMAGEFORMAT in
COMPONENTS='main restricted universe multiverse' COMPONENTS='main restricted universe multiverse'
;; ;;
*) *)
add_package live jasper case $PROJECT in
kubuntu*)
add_package live jasper oem-config-kde
;;
ubuntu-server)
add_package live jasper oem-config-debconf
;;
*)
add_package live jasper oem-config-gtk
;;
esac
;; ;;
esac esac
;; ;;

Loading…
Cancel
Save