diff options
Diffstat (limited to 'debian/nxagent.postinst.in')
-rwxr-xr-x | debian/nxagent.postinst.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/nxagent.postinst.in b/debian/nxagent.postinst.in index 4ad52a525..95879b943 100755 --- a/debian/nxagent.postinst.in +++ b/debian/nxagent.postinst.in @@ -26,6 +26,7 @@ case "$1" in libdir=/usr/lib/#DEB_BUILD_MULTIARCH# + mkdir -p /usr/lib/nx/X11/Xinerama/ # Already existent files are not removed. # Users will need to explicitly remove them and (re-) configure this package. if test -e $libdir/libX11.so.6; then |