diff options
Diffstat (limited to 'source/x/x11/post-install/lbxproxy.post-install')
-rw-r--r-- | source/x/x11/post-install/lbxproxy.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/x/x11/post-install/lbxproxy.post-install b/source/x/x11/post-install/lbxproxy.post-install new file mode 100644 index 000000000..9bb110324 --- /dev/null +++ b/source/x/x11/post-install/lbxproxy.post-install @@ -0,0 +1,5 @@ +mkdir -p $PKG/etc/X11 +( cd $PKG/usr/lib/X11 + mv lbxproxy $PKG/etc/X11 + ln -sf ../../../etc/X11/lbxproxy . +) |