summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2000-08-31 08:01:46 +0000
committerFrederic Lepied <flepied@mandriva.com>2000-08-31 08:01:46 +0000
commitf4799c62971aa4a4a938d9eb854881b2a11a5746 (patch)
treef80fba354db56ea70baeec6bcce5e349fcfa2283 /perl-install/install_any.pm
parent8d33ee6f70f9f4333c49c724c120a056e36e2bb7 (diff)
downloaddrakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar.gz
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar.bz2
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.tar.xz
drakx-backup-do-not-use-f4799c62971aa4a4a938d9eb854881b2a11a5746.zip
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 12a23ee08..38434cb91 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -297,7 +297,9 @@ sub setPackages($) {
my @l = ();
push @l, "kapm", "kcmlaptop" if $o->{pcmcia};
- push @l, "Device3Dfx", "Glide_V3", "XFree86-glide-module" if detect_devices::matching_desc('Voodoo');
+ push @l, "Device3Dfx", "XFree86-glide-module" if detect_devices::matching_desc('Voodoo');
+ push @l, "Glide_V5" if detect_devices::matching_desc('Voodoo 5');
+ push @l, "Glide_V3-DRI" if detect_devices::matching_desc('Voodoo 3');
require timezone;
require lang;
push @l, "isdn4k-utils" if ($o->{timezone}{timezone} || timezone::bestTimezone(lang::lang2text($o->{lang}))) =~ /Europe/;