#!/bin/sh
#
# /etc/kde3/kdm/Xstartup
#
# This script is run as root after the user logs in.
# If this script exits with a return code other than 0, the user's
# session will not be started.

PATH=$PATH:/usr/bin/X11

/usr/bin/krootimage /etc/kde3/kdm/backgroundrc &

exit 0
