]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/profile.d/extrapaths.sh
Import bash startfiles from IPFire 3.x.
[people/pmueller/ipfire-2.x.git] / config / profile.d / extrapaths.sh
diff --git a/config/profile.d/extrapaths.sh b/config/profile.d/extrapaths.sh
deleted file mode 100644 (file)
index bb8f720..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-if [ -d /usr/local/bin ]; then
-        pathprepend /usr/local/bin
-fi
-if [ -d /usr/local/sbin -a $EUID -eq 0 ]; then
-        pathprepend /usr/local/sbin
-fi
-for directory in $(find /opt/*/bin -type d 2>/dev/null); do
-        pathappend $directory
-done
-if [ -d ~/bin ]; then
-        pathprepend ~/bin
-fi
-#if [ $EUID -gt 99 ]; then
-#        pathappend .
-#fi