#!/bin/sh
[ ! -e ~/.skel/slod-run ] && rm ~/.gnome-desktop/starthere.desktop


# start the greeter at first login
mkdir -p ~/.skel
[ -e ~/.skel/slod-run ] && exit 0 
touch ~/.skel/slod-run

# anything placed below this line will be executed for the first time
# a users enters the gnome-session, after the initial gnome-session 
# has run.

cp /usr/share/dist/desktop-files/GnomeOnlineHelp.desktop ~/Desktop

