From 81d92cd0fa293e44bbb063d373d9289ddc358c99 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 28 Sep 2015 09:57:12 +0200 Subject: Xinerama symlinking: Create / remove folder containing Xinerama sylinks on installation/upgrade and removal. --- debian/nxagent.postinst.in | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/nxagent.postinst.in') 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 -- cgit v1.2.3