function check {
  [ "$INTERNET" = "down" ] && return 1
  return 0
}

DESCRIPTION="Lighter IceWM setup"

# TODO
PACKAGES=""

function post_install {
  echo "desktop/icewm-light" >> /tmp/stage-2-choices
}