From 12439ffcd297f68f28cc2f52562b2916bb2021a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Jul 2009 15:14:30 +0200 Subject: [PATCH] Copy live-installer-launcher desktop icon on users desktop. --- scripts/live-bottom/10adduser | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/live-bottom/10adduser b/scripts/live-bottom/10adduser index 9295070..bdb972c 100755 --- a/scripts/live-bottom/10adduser +++ b/scripts/live-bottom/10adduser @@ -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 -- 2.1.4