void-minecraft-usb/package_selections/desktop/openbox

15 lines
284 B
Plaintext
Raw Normal View History

function check {
[ "$INTERNET" = "down" ] && return 1
return 0
}
# TODO: more information for the user
DESCRIPTION="OpenBox window manager (even more lightweight???)"
# TODO also add xclock
PACKAGES=""
function post_install {
echo "desktop/openbox" >> /tmp/stage-2-choices
}