%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/lib/dpkg/info/
Upload File :
Create Path :
Current File : /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 || :

Zerion Mini Shell 1.0