#!/bin/sh
#
# This script is run as root after a user logs in using slim.

export USER=$1
export HOME=`echo "/home/$1"`
export LANG LANGUAGE
if [ -f /etc/gdm/PostLogin/Default ]; then
	exec /bin/bash /etc/gdm/PostLogin/Default &
fi