12 lines
142 B
Plaintext
12 lines
142 B
Plaintext
|
function check {
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
DESCRIPTION="No web browser"
|
||
|
|
||
|
PACKAGES=""
|
||
|
|
||
|
function post-install {
|
||
|
echo "web/none" >> /tmp/stage-2-choices
|
||
|
}
|