From e4127fd01ca748b1bcffa8ce9a956d16aa33fac3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Apr 2004 08:20:38 +0000 Subject: (summary) install alsaconf too for isapnp sound cards (it better handle some isapnp sound cards) --- perl-install/install_steps_interactive.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 264cf0198..5db3b673c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -978,8 +978,8 @@ sub summary { val => sub {}, clicked => sub { if ($o->ask_yesorno('', N("Do you have an ISA sound card?"))) { - $o->do_pkgs->install('sndconfig'); - $o->ask_warn('', N("Run \"sndconfig\" after installation to configure your sound card")); + $o->do_pkgs->install(qw(alsaconf sndconfig)); + $o->ask_warn('', N("Run \"alsaconf\" or \"sndconfig\" after installation to configure your sound card")); } else { $o->ask_warn('', N("No sound card detected. Try \"harddrake\" after installation")); } -- cgit v1.2.1