12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
|
function check {
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
DESCRIPTION="No desktop - for advanced users that want to set things up themselves"
|
||
|
|
||
|
PACKAGES=""
|
||
|
|
||
|
function post-install {
|
||
|
echo "desktop/none" >> /tmp/stage-2-choices
|
||
|
}
|