diff options
-rw-r--r-- | over/etc/apt/trusted.gpg | bin | 5866 -> 5974 bytes | |||
-rw-r--r-- | over/etc/profile | 9 | ||||
-rw-r--r-- | over/etc/profile.d/terminal.sh | 3 |
3 files changed, 0 insertions, 12 deletions
diff --git a/over/etc/apt/trusted.gpg b/over/etc/apt/trusted.gpg Binary files differindex 10cd4f6da..8cab6f61f 100644 --- a/over/etc/apt/trusted.gpg +++ b/over/etc/apt/trusted.gpg diff --git a/over/etc/profile b/over/etc/profile deleted file mode 100644 index af1a3d2ac..000000000 --- a/over/etc/profile +++ /dev/null @@ -1,9 +0,0 @@ -export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games' -export PS1='\h:\w \u\$ ' -umask 022 - -for i in /etc/profile.d/*.sh ; do - if [ -r "$i" ]; then - . $i - fi -done diff --git a/over/etc/profile.d/terminal.sh b/over/etc/profile.d/terminal.sh deleted file mode 100644 index df0ca9546..000000000 --- a/over/etc/profile.d/terminal.sh +++ /dev/null @@ -1,3 +0,0 @@ -if [[ $TERM = network || -z $TERM ]]; then - export TERM=linux -fi |