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