aboutsummaryrefslogtreecommitdiff
path: root/debian/wrappers/x2goagent
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wrappers/x2goagent')
-rw-r--r--debian/wrappers/x2goagent3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/wrappers/x2goagent b/debian/wrappers/x2goagent
index ba07a3f80..09011efbe 100644
--- a/debian/wrappers/x2goagent
+++ b/debian/wrappers/x2goagent
@@ -23,10 +23,7 @@ NX_LOCAL_LIBS=/usr/local/lib/nx
NX_TEMP=${NX_TEMP:-/tmp}
export NX_TEMP
-LD_LIBRARY_PATH=$NX_LOCAL_LIBS:$NX_LOCAL_LIBS/X11:$NX_LIBS:$NX_LIBS/X11:$LD_LIBRARY_PATH
test -x $NX_LOCAL_LIBS/../x2go/bin/$NXAPP && export NX_LIBS=$NX_LOCAL_LIBS
test -x $NX_LIBS/../x2go/bin/$NXAPP && export NX_LIBS=$NX_LIBS
-export LD_LIBRARY_PATH
-
exec $NX_LIBS/../x2go/bin/$NXAPP "$@"