aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/011_nxauth_add-nxauth-wrapper.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/011_nxauth_add-nxauth-wrapper.patch')
-rw-r--r--debian/patches/011_nxauth_add-nxauth-wrapper.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/011_nxauth_add-nxauth-wrapper.patch b/debian/patches/011_nxauth_add-nxauth-wrapper.patch
deleted file mode 100644
index 1a731b6a5..000000000
--- a/debian/patches/011_nxauth_add-nxauth-wrapper.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- /dev/null
-+++ b/bin/nxauth
-@@ -0,0 +1,9 @@
-+#!/bin/bash
-+
-+NX_LIBS=/usr/lib/nx
-+LD_LIBRARY_PATH=/usr/lib/nx:/usr/lib/nx/X11:$LD_LIBRARY_PATH
-+
-+export NX_LIBS
-+export LD_LIBRARY_PATH
-+
-+exec /usr/lib/nx/nxauth "$@"
-\ No newline at end of file