summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-07-01 15:14:30 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:05 +0100
commit12439ffcd297f68f28cc2f52562b2916bb2021a1 (patch)
tree39c57be5d97508f6ed7be66dd8584b19db499f96 /scripts
parentb81fd0c98e5ebc5fa2c5eb4bdb7f5019cd9d6f86 (diff)
downloadlive-boot-12439ffcd297f68f28cc2f52562b2916bb2021a1.tar.gz
live-boot-12439ffcd297f68f28cc2f52562b2916bb2021a1.zip
Copy live-installer-launcher desktop icon on users desktop.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/10adduser5
1 files changed, 5 insertions, 0 deletions
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