environment: remove lib/kde4/libexec from PATH

kde4 is gone and does need to be in $PATH anymore by default
This commit is contained in:
Jörg Thalheim 2017-05-05 07:46:06 +01:00
parent 948488343b
commit 6ad804324f
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -31,7 +31,7 @@ in
# TODO: move most of these elsewhere
environment.profileRelativeEnvVars =
{ PATH = [ "/bin" "/sbin" "/lib/kde4/libexec" ];
{ PATH = [ "/bin" "/sbin" ];
INFOPATH = [ "/info" "/share/info" ];
PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
TERMINFO_DIRS = [ "/share/terminfo" ];