summaryrefslogtreecommitdiffstats
path: root/source.local/x/x11/post-install/proxymngr.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source.local/x/x11/post-install/proxymngr.post-install')
-rw-r--r--source.local/x/x11/post-install/proxymngr.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/source.local/x/x11/post-install/proxymngr.post-install b/source.local/x/x11/post-install/proxymngr.post-install
new file mode 100644
index 0000000..29c647c
--- /dev/null
+++ b/source.local/x/x11/post-install/proxymngr.post-install
@@ -0,0 +1,5 @@
+mkdir -p $PKG/etc/X11
+( cd $PKG/usr/lib/X11
+ mv proxymngr $PKG/etc/X11
+ ln -sf ../../../etc/X11/proxymngr .
+)