diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/mousedrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index ebb332f89..2fc6c4d91 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -23,6 +23,7 @@ my $in = vnew interactive('su'); begin: my ($mouse) = mouse::detect() unless $::noauto; +$::isEmbedded and kill USR2, $::CCPID; if (!$mouse || !$::auto) { $mouse ||= mouse::fullname2mouse("serial|Generic 2 Button Mouse"); my $name = $in->ask_from_treelistf('', _("Please, choose the type of your mouse."), '|', |