if is_depends_enabled $SPELL linux-pam;then
  cd ${INSTALL_ROOT}/etc/pam.d
  if [[ ! -f system-login ]];then
    ln -s login system-login
  fi
  message \
        "$MESSAGE_COLOR" \
        "\nIt is suggested to add the following line to /etc/pam.d/login" \
        "\nsession include elogind-user" \
        "$DEFAULT_COLOR"
fi
