void-minecraft-usb/package_selections/audio/pipewire-slim

16 lines
299 B
Plaintext

function check {
if grep "desktop/none" /tmp/stage-2-choices >/dev/null 2>&1; then
return 1
else
return 0
fi
}
DESCRIPTION="Pipewire with text-based settings (pulsemixer)"
PACKAGES="pipewire pulsemixer"
function post-install {
echo "audio/pipewire-slim" >> /tmp/stage-2-choices
}