mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 18:35:41 +01:00
alsaconf - rcalsasound script does not exists in some distros
See bug#1505
This commit is contained in:
parent
6d59cea271
commit
f0d1e3cac6
1 changed files with 4 additions and 2 deletions
|
@ -911,8 +911,10 @@ BEGIN { in_sound=0; }
|
|||
xecho "Running update-modules..."
|
||||
update-modules
|
||||
fi
|
||||
echo Loading driver...
|
||||
$rcalsasound restart
|
||||
if [ -x $rcalsasound ] ; then
|
||||
echo Loading driver...
|
||||
$rcalsasound restart
|
||||
fi
|
||||
echo Setting default volumes...
|
||||
if [ -x $bindir/set_default_volume ]; then
|
||||
$bindir/set_default_volume -f
|
||||
|
|
Loading…
Reference in a new issue