summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-11-21 13:05:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-11-21 13:05:50 +0000
commit9e2207a2cf1cda634beef20c0a7b114f46468cc0 (patch)
treeb2d9f280c67570f97dc726c7fbdbbf0e83d0009c /perl-install/install_any.pm
parenta20585fab1e4ec0b15d9a38c414c6c8b036d0f82 (diff)
downloaddrakx-backup-do-not-use-9e2207a2cf1cda634beef20c0a7b114f46468cc0.tar
drakx-backup-do-not-use-9e2207a2cf1cda634beef20c0a7b114f46468cc0.tar.gz
drakx-backup-do-not-use-9e2207a2cf1cda634beef20c0a7b114f46468cc0.tar.bz2
drakx-backup-do-not-use-9e2207a2cf1cda634beef20c0a7b114f46468cc0.tar.xz
drakx-backup-do-not-use-9e2207a2cf1cda634beef20c0a7b114f46468cc0.zip
(default_packages) better let rpmsrate handle ALSA packages installation
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index e9ecd90f9..9e96b0ddf 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -895,7 +895,6 @@ sub default_packages {
push @l, "mdadm" if !is_empty_array_ref($o->{all_hds}{raids});
push @l, "lvm2" if !is_empty_array_ref($o->{all_hds}{lvms});
push @l, "dmraid" if any { fs::type::is_dmraid($_) } @{$o->{all_hds}{hds}};
- push @l, qw(alsa-utils aoss) if any { $o->{modules_conf}->get_alias("sound-slot-$_") =~ /^snd-/ } 0 .. 4;
push @l, (arch() =~ /x86_64/ ? 'powernowd' : 'athcool') if cat_('/proc/cpuinfo') =~ /AuthenticAMD/;
push @l, detect_devices::probe_name('Pkg');