void-minecraft-usb/package_selections/desktop/icewm-light

14 lines
204 B
Plaintext

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
}