12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
|
function check {
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
DESCRIPTION="No (advanced users)"
|
||
|
|
||
|
PACKAGES=""
|
||
|
|
||
|
function post-install {
|
||
|
echo "pre-configure/none" >> /tmp/stage-2-choices
|
||
|
}
|