summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-10-06 16:19:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-10-06 16:19:58 +0000
commitc6ebdfbb16c2615e902b9a843608f4e293b03bc0 (patch)
tree5ed39784923c72370b3df819f3695d5e236092b8 /perl-install/install_any.pm
parent547cad45ce2a45fee5a42bb98145c3a6f443f33a (diff)
downloaddrakx-backup-do-not-use-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar
drakx-backup-do-not-use-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar.gz
drakx-backup-do-not-use-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar.bz2
drakx-backup-do-not-use-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.tar.xz
drakx-backup-do-not-use-c6ebdfbb16c2615e902b9a843608f4e293b03bc0.zip
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 9fdd43a41..4ad3761f6 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -314,9 +314,6 @@ sub setPackages($) {
push @l, "Glide_V5" if detect_devices::matching_desc('Voodoo 5');
push @l, "Glide_V3-DRI" if detect_devices::matching_desc('Voodoo (3|Banshee)');
push @l, "Device3Dfx", "XFree86-glide-module" if detect_devices::matching_desc('Voodoo');
- require timezone;
- require lang;
- push @l, "isdn4k-utils" if ($o->{timezone}{timezone} || timezone::bestTimezone(lang::lang2text($o->{lang}))) =~ /Europe/;
$_->{values} = [ map { $_ + 50 } @{$_->{values}} ] foreach grep {$_} map { pkgs::packageByName($o->{packages}, $_) } @l;
#- add OpenGL games that are only usefull if a 3D accelerated card is installed.