summaryrefslogtreecommitdiffstats
path: root/snippets/config-developer.ks
blob: e1b6e3f7949ea96fdefda9d55ff580646ad0afa1 (plain)
1
2
3
4
5
6
7
# %post modifications to add link to demonstration videos to desktop

cat >> /etc/rc.d/init.d/fedora-live << EOF
pushd /home/fedora/Desktop
ln -s /usr/share/eclipse-demos-0.0.1 "Eclipse demonstration videos"
popd
EOF