summaryrefslogtreecommitdiffstats
path: root/source/kde/post-install/kde-baseapps/profile.d/kde.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/post-install/kde-baseapps/profile.d/kde.sh')
-rw-r--r--source/kde/post-install/kde-baseapps/profile.d/kde.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/kde/post-install/kde-baseapps/profile.d/kde.sh b/source/kde/post-install/kde-baseapps/profile.d/kde.sh
deleted file mode 100644
index 6f0199e2d..000000000
--- a/source/kde/post-install/kde-baseapps/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
-