From 7ecb8f95725152e67c2f480ef2789d53263b8332 Mon Sep 17 00:00:00 2001 From: pascal Date: Wed, 29 Jul 2009 10:10:22 +0000 Subject: Sofern nicht vorhanden, wird eine leere Datei ~/.profile angelegt git-svn-id: https://svn.neo-layout.org@2010 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/installiere_neo/installiere_neo.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/bin') diff --git a/linux/bin/installiere_neo/installiere_neo.1 b/linux/bin/installiere_neo/installiere_neo.1 index a5082a7..0cd5dd3 100644 --- a/linux/bin/installiere_neo/installiere_neo.1 +++ b/linux/bin/installiere_neo/installiere_neo.1 @@ -58,6 +58,7 @@ green="\033[32m" # remove the entry in $HOME/.profile rmfromprofile() { + touch /$HOME/.profile grep -v "\# Neo Tastaturbelegung" $HOME/.profile > $HOME/profile.neo.tmp rm /$HOME/.profile mv $HOME/profile.neo.tmp $HOME/.profile -- cgit v1.2.3