ARCH="$(uname -m)" &&
if [[ "${ARCH}" = 'x86_64' ]]; then
  message "Wine64 does NOT run 32bit apps. You can, however, build a 64bit Wine." &&
  message "Probably this is not what you want. If you say 'n' to the next question" &&
  message "an attempt will be made to build a 32bit Wine, which will fail if you" &&
  message "do not have a multilib system." &&
  config_query_option WINE64 'Build a 64bit Wine?' n '--enable-win64' ''
fi &&

# Remove on 2015-02-03
persistent_remove WINE_SC2_LOGIN
