14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
|
function check {
|
||
|
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
|
||
|
}
|