#
# Apply the Sabayon profile for the current user (if any)
# Avoid the profile being applied to the root account.

#
if [ x"$DISABLE_SABAYON_XINITRC" == x"" -a x"$USER" != x"root" ] ; then
  if [ -x /usr/sbin/sabayon-apply ] ; then
    /usr/sbin/sabayon-apply
  fi
fi
