|
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
|
|
}
|