From 3f01b48af73dcf40e0e6fd3cf62242bce4863422 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 23 Nov 2005 16:13:37 +0000 Subject: create new function and use it --- perl-install/standalone/keyboarddrake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/keyboarddrake b/perl-install/standalone/keyboarddrake index ef1e700aa..0961094ad 100755 --- a/perl-install/standalone/keyboarddrake +++ b/perl-install/standalone/keyboarddrake @@ -47,11 +47,8 @@ if (my ($kb) = grep { !/^-/ } @ARGV) { } } -keyboard::setxkbmap($keyboard); -keyboard::configure_xorg($keyboard); -keyboard::write($keyboard); -system('/etc/init.d/keytable', 'restart'); +keyboard::configure_and_set_standalone($keyboard); end: $in->exit(0) if $in; -- cgit v1.2.1