summaryrefslogtreecommitdiff
path: root/linux/bin
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-29 10:10:22 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-07-29 10:10:22 +0000
commit7ecb8f95725152e67c2f480ef2789d53263b8332 (patch)
tree0f254b1244f4e94878b4134e3b19f1cffc924148 /linux/bin
parent683e0b4a6bf8e34a522d54b4fd535ee316d721c2 (diff)
downloadneo-layout-7ecb8f95725152e67c2f480ef2789d53263b8332.tar.gz
neo-layout-7ecb8f95725152e67c2f480ef2789d53263b8332.tar.bz2
neo-layout-7ecb8f95725152e67c2f480ef2789d53263b8332.zip
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.11
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