config_query RSYNC_GIT "Build latest version from development tree?" n &&

if [[ $RSYNC_GIT == y ]]; then
  config_query RSYNC_AUTOUPDATE \
               "Automatically update on every system update?" n
fi
