From 89e40e010f736088a86589a62ce5641be717e480 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 27 Apr 2009 16:59:48 +0000 Subject: When modifying keyboard configuration, refresh associated hal keys Nowadays, the X server picks its keyboard configuration from HAL. Make sure we update the hal information when the keyboard configuration is modified --- lib/keyboard.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/keyboard.pm b/lib/keyboard.pm index 6341a3d..570c3a2 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -618,6 +618,7 @@ sub write { } else { run_program::rooted($::prefix, 'dumpkeys', '>', '/etc/sysconfig/console/default.kmap') or log::l("dumpkeys failed"); } + run_program::run('mandriva-setup-keyboard'); } sub configure_xorg { -- cgit v1.2.1