# we need to put some data in the usual places,
# so that dbus can have its data in one place

# get the location for dbus stuff
DBUSDIR=`pkg-config --variable=session_bus_services_dir dbus-1 \
       | cut -d/ -f-4`                  &&

if [[ $KDE4DIR != $INSTALL_ROOT/usr ]] ;then
 if [[ ! -s $KDE4DIR/$DBUSDIR ]];then
  mkdir -p $KDE4DIR/share                &&
  ln -sf $INSTALL_ROOT/$DBUSDIR $KDE4DIR/share
  fi
fi                                       &&
     
default_install
