function check { [ "$INTERNET" = "down" ] && return 1 return 0 } DESCRIPTION="Install ELinks (terminal-based browser)" PACKAGES="elinks" function post_install { echo "web/elinks" >> /tmp/stage-2-choices }