From 705393cde8a537bb0a652d676949b9890c110d3a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Oct 2009 13:39:37 +0100 Subject: Merging casper 1.166. --- scripts/live-bottom/10adduser | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/live-bottom/10adduser') diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser index bdb972c..c7adad2 100755 --- a/scripts/live-bottom/10adduser +++ b/scripts/live-bottom/10adduser @@ -117,6 +117,11 @@ then mv /root/home/${USERNAME}/Examples /root/home/${USERNAME}/Desktop/ fi +if [ -f /root/home/$USERNAME/examples.desktop ]; then + chroot /root install -o $USERNAME -g $USERNAME -d /home/$USERNAME/Desktop/ + mv /root/home/$USERNAME/examples.desktop /root/home/$USERNAME/Desktop/ +fi + if [ -e /root/usr/share/applications/live-installer-launcher.desktop ] then chroot /root install -D -o ${USERNAME} -g ${USERNAME} /usr/share/applications/live-installer-launcher.desktop /home/${USERNAME}/Desktop/live-installer-launcher.desktop -- cgit v1.2.3