diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 3c7e89b27..e22e02b9d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -591,6 +591,8 @@ sub main { #- needed very early for install_steps_gtk eval { ($o->{mouse}, $o->{wacom}) = mouse::detect() } unless $o->{nomouseprobe} || $o->{mouse}; + + print %{$o->{mouse}}, "\n"; $::o = $o = $::auto_install ? install_steps_auto_install->new($o) : |