message 'SMGL upstart is currently under construction.' &&
message 'It will probably delete all your files, render your box unbootable and' &&
message 'embarrass you in front of your friends.' &&
config_query UPSTART_WARNING 'Are you sure you want to install it?' n &&
if [[ "$UPSTART_WARNING" = 'n' ]]; then
  return 1
fi
