#!/bin/sh

if [ -e /etc/profile.d/kde4.rc ] ; then
  source /etc/profile.d/kde4.rc
fi

${KDE4_INSTALL_DIR}/bin/startkde
