summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2015-10-03 16:53:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-04 15:53:01 +0100
commit8ae4a168deafed14ccc0037abb0e5cf51ceeaa2f (patch)
treee36581ad9ffb34ee57ab89ea973ca93462813217 /system
parentf93c692c048c96f044c8a0bb6c4b5daebfd36468 (diff)
skeleton: Remove bash specific files
Signed-off-by Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net> Tested-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system')
-rw-r--r--system/skeleton/root/.bash_history0
-rw-r--r--system/skeleton/root/.bash_logout7
-rw-r--r--system/skeleton/root/.bash_profile7
3 files changed, 0 insertions, 14 deletions
diff --git a/system/skeleton/root/.bash_history b/system/skeleton/root/.bash_history
deleted file mode 100644
index e69de29bb..000000000
--- a/system/skeleton/root/.bash_history
+++ /dev/null
diff --git a/system/skeleton/root/.bash_logout b/system/skeleton/root/.bash_logout
deleted file mode 100644
index 77ef1f950..000000000
--- a/system/skeleton/root/.bash_logout
+++ /dev/null
@@ -1,7 +0,0 @@
-# ~/.bash_logout: executed by bash(1) when login shell exits.
-
-# when leaving the console clear the screen to increase privacy
-
-case "`tty`" in
- /dev/tty[0-9]*) clear
-esac
diff --git a/system/skeleton/root/.bash_profile b/system/skeleton/root/.bash_profile
deleted file mode 100644
index 0ee04a310..000000000
--- a/system/skeleton/root/.bash_profile
+++ /dev/null
@@ -1,7 +0,0 @@
-# .bash_profile
-
-umask 022
-
-if [ -f ~/.bashrc ]; then
- source ~/.bashrc
-fi