Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release-src > by-pkgid > bf4992ca9d350e0b409847c0969b7295 > files > 6

kbd-1.15.2-1mdv2010.1.src.rpm

From 316dc3122e3c85dad7ca773f4cc8d0529a9f3694 Mon Sep 17 00:00:00 2001
From: Frederic Crozat <fcrozat@mandriva.com>
Date: Thu, 15 Oct 2009 19:52:09 +0200
Subject: [PATCH] remove unneeded calls

---
 src/unicode_stop |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/unicode_stop b/src/unicode_stop
index 07a8e4b..f6760fa 100755
--- a/src/unicode_stop
+++ b/src/unicode_stop
@@ -17,8 +17,3 @@ if test -t ; then
 fi
 stty -iutf8
 
-uid="`id -u 2>/dev/null`" ||:
-if [ "$uid" = '0' ]; then
-	[ ! -r "$HOME/.kbd/.keymap_sv" ] ||
-		loadkeys "$HOME/.kbd/.keymap_sv"
-fi
-- 
1.6.4.4