From c6ebdfbb16c2615e902b9a843608f4e293b03bc0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 6 Oct 2000 16:19:58 +0000 Subject: no_comment --- perl-install/install_any.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/install_any.pm') 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. -- cgit v1.2.1