diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-07-01 15:14:30 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:05 +0100 |
| commit | 12439ffcd297f68f28cc2f52562b2916bb2021a1 (patch) | |
| tree | 39c57be5d97508f6ed7be66dd8584b19db499f96 /scripts | |
| parent | b81fd0c98e5ebc5fa2c5eb4bdb7f5019cd9d6f86 (diff) | |
| download | live-boot-12439ffcd297f68f28cc2f52562b2916bb2021a1.tar.gz live-boot-12439ffcd297f68f28cc2f52562b2916bb2021a1.zip | |
Copy live-installer-launcher desktop icon on users desktop.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/10adduser | 5 |
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 |
