#
# Apply the Sabayon profile for the current user (if any)
#

if [ "x$DISABLE_SABAYON_XINITRC" = "x" ] ; then
  if [ -x /usr/sbin/sabayon-apply ] ; then
    /usr/sbin/sabayon-apply
  fi
fi
