From 2d2593d37a65cce91600d61f3f0faef2d9dc0dc5 Mon Sep 17 00:00:00 2001 From: pascal Date: Fri, 9 Jan 2009 13:24:37 +0000 Subject: kleinere Verbesserungen und Fehlerbeseitigungen git-svn-id: https://svn.neo-layout.org@1413 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/installiere_neo/installiere_neo.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/bin/installiere_neo/installiere_neo.1') diff --git a/linux/bin/installiere_neo/installiere_neo.1 b/linux/bin/installiere_neo/installiere_neo.1 index 028d1e8..1f6b3e2 100644 --- a/linux/bin/installiere_neo/installiere_neo.1 +++ b/linux/bin/installiere_neo/installiere_neo.1 @@ -58,7 +58,7 @@ green="\033[32m" # remove the entry in $HOME/.profile rmfromprofile() { - grep -v "^\# NEO:$" $HOME/.profile | grep -v "asdf \# mit" | grep -v "asdf" > $HOME/profile.neo.tmp + grep -v "\# NEO Tastaturbelegung" $HOME/.profile > $HOME/profile.neo.tmp rm /$HOME/.profile mv $HOME/profile.neo.tmp $HOME/.profile } -- cgit v1.2.3