Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/linux-sound-base.config
#!/bin/sh set -e . /usr/share/debconf/confmodule db_version 2.0 if \ [ -f /etc/modprobe.d/blacklist-oss.conf ] \ && [ ! -f /etc/modprobe.d/blacklist-alsa.conf ] then db_set linux-sound-base/sound_system ALSA || : elif \ [ ! -f /etc/modprobe.d/blacklist-oss.conf ] \ && [ -f /etc/modprobe.d/blacklist-alsa.conf ] then db_set linux-sound-base/sound_system OSS || : fi db_input low linux-sound-base/sound_system || : db_go || : db_stop || :