if [[ "$RELEASE" ]]; then
  FVWM_RELEASE="$RELEASE"  &&
  persistent_remove RELEASE
fi  &&
config_query_list FVWM_RELEASE "Which release would you like to build?" stable unstable cvs &&
if [[ "${FVWM_RELEASE}" == "cvs" ]]
then config_query FVWM_CVS_AUTOUPDATE "Update on every system update?" n
fi
if [[ "${FVWM_RELEASE}" == "unstable" ]]; then
	config_query FVWM_PATCHSET \
		"apply the patchset from http://abdn.ac.uk/~u15dm4/fvwm?" n
fi
