summaryrefslogtreecommitdiff
path: root/app-misc/mc/files/mc.gentoo
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mc/files/mc.gentoo')
-rw-r--r--app-misc/mc/files/mc.gentoo16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-misc/mc/files/mc.gentoo b/app-misc/mc/files/mc.gentoo
deleted file mode 100644
index a71d249..0000000
--- a/app-misc/mc/files/mc.gentoo
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-# A little fix so mc exits into it's current working directory
-MC_ENV=/usr/share/mc/bin/mc.sh
-
-for i in $MC_ENV; do
- if [ -x $i ]; then
- . $i
- fi
-done
-
-# include this, so also xterm,kterm,gterm,etc will have default bash settings
-
-#if [ "x$SHLVL" != "x1" ]; then # We're not a login shell
-# . /etc/profile
-#fi