2023-07-02 20:54:58 +02:00
|
|
|
function check {
|
2023-07-03 14:11:57 +02:00
|
|
|
[ "$INTERNET" = "down" ] && return 1
|
2023-07-02 20:54:58 +02:00
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
# TODO: more information for the user
|
|
|
|
DESCRIPTION="OpenBox window manager (even more lightweight???)"
|
|
|
|
|
|
|
|
# TODO also add xclock
|
|
|
|
PACKAGES=""
|
|
|
|
|
2023-07-03 12:40:12 +02:00
|
|
|
function post_install {
|
2023-07-02 20:54:58 +02:00
|
|
|
echo "desktop/openbox" >> /tmp/stage-2-choices
|
|
|
|
}
|