Copy live-installer-launcher desktop icon on users desktop.
authorDaniel Baumann <daniel@debian.org>
Wed, 1 Jul 2009 13:14:30 +0000 (15:14 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:05 +0000 (17:48 +0100)
scripts/live-bottom/10adduser

index 9295070..bdb972c 100755 (executable)
@@ -117,4 +117,9 @@ then
        mv /root/home/${USERNAME}/Examples /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
+fi
+
 log_end_msg