diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-29 10:10:22 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-07-29 10:10:22 +0000 |
commit | 7ecb8f95725152e67c2f480ef2789d53263b8332 (patch) | |
tree | 0f254b1244f4e94878b4134e3b19f1cffc924148 /linux/bin | |
parent | 683e0b4a6bf8e34a522d54b4fd535ee316d721c2 (diff) |
Sofern nicht vorhanden, wird eine leere Datei ~/.profile angelegt
git-svn-id: https://svn.neo-layout.org@2010 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin')
-rw-r--r-- | linux/bin/installiere_neo/installiere_neo.1 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |