summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-xperl-install/standalone/mousedrake1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index b144d2515..09d4d8d59 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -48,6 +48,7 @@ $mouse->{device} =
[ mouse::serial_ports ]) || goto begin if $mouse->{type} eq 'serial';
mouse::write_conf($mouse);
+-e "/var/lock/subsys/gpm" and system "service", "gpm", "restart";
$::isEmbedded ? kill(USR1, $::CCPID) : $in->exit(0);
goto begin;