diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 621dc0cfb..884e476e1 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -87,8 +87,6 @@ if (!$allowNVIDIA_rpms) { -e "/usr/X11R6/lib/modules/extensions/libglx.so") && []; #- empty list but true. } -$allowNVIDIA_rpms and print STDERR "using NVIDIA\n"; -$allowNVIDIA_rpms or print STDERR "NOT using NVIDIA\n"; $::isEmbedded and kill USR2, $::CCPID; Xconfigurator::main('', $i, $in, $in->do_pkgs, { allowFB => $::expert, |