12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
|
function check {
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
DESCRIPTION="None (advanced users only)"
|
||
|
|
||
|
PACKAGES="none"
|
||
|
|
||
|
function post-install {
|
||
|
echo "terminal/none" >> /tmp/stage-2-choices
|
||
|
}
|