#!/bin/sh
#
# getKDERoot - Get the root of the KDE files
#

# This is for Red Hat Linux 5.1 and 5.2, it may need to be overriden
# and or probed.

echo "/opt/kde"
