molecules/scripts/amd64_x86_inner_chroot_script_after.sh
2012-09-16 20:12:27 +02:00

19 lines
348 B
Bash
Executable File

#!/bin/sh
/usr/sbin/env-update
. /etc/profile
# Setup Desktop links
# ARM Images links
ln -s "/mnt/cdrom/ARM" "/etc/skel/Desktop/ARM_Images"
# Tigal Desktop link
echo "[Desktop Entry]
Encoding=UTF-8
Icon=/usr/share/pixmaps/sabayon-weblink.png
Type=Link
URL=http://www.tigal.com
Name=Sponsored by Tigal" > /etc/skel/Desktop/tigal.desktop
exit 0