summaryrefslogtreecommitdiffstats
path: root/kde/kdebase/profile.d/kde.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kdebase/profile.d/kde.sh')
-rwxr-xr-xkde/kdebase/profile.d/kde.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde/kdebase/profile.d/kde.sh b/kde/kdebase/profile.d/kde.sh
deleted file mode 100755
index 6f0199e..0000000
--- a/kde/kdebase/profile.d/kde.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# KDE additions:
-KDEDIRS=/usr
-export KDEDIRS
-PATH="$PATH:/usr/lib/kde4/libexec"
-export PATH
-if [ ! "$XDG_CONFIG_DIRS" = "" ]; then
- XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/kde/xdg
-else
- XDG_CONFIG_DIRS=/etc/xdg:/etc/kde/xdg
-fi
-export XDG_CONFIG_DIRS
-