oneiric doesnt have xubuntu-gdm-theme

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 317b33991e
commit afb8386586

@ -753,7 +753,11 @@ cat > ${TEMPDIR}/minimal_xfce.sh <<basic_xfce
#!/bin/sh
sudo apt-get update
if lsb_release -c | grep oneiric ; then
sudo apt-get -y install xfce4 xubuntu-artwork xserver-xorg-video-omap3 network-manager
else
sudo apt-get -y install xfce4 gdm xubuntu-gdm-theme xubuntu-artwork xserver-xorg-video-omap3 network-manager
fi
basic_xfce

Loading…
Cancel
Save