summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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