The branch, build-baikal has been updated via 95929b8a50ce2ea07c1a0784b58a94fb0b23e36a (commit) from 9b17e8a96af48181c60a2dcbd3f94445bdc18623 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/libnx-x11.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/libnx-x11.postinst b/debian/libnx-x11.postinst index ed56bd7..514833c 100755 --- a/debian/libnx-x11.postinst +++ b/debian/libnx-x11.postinst @@ -23,7 +23,7 @@ case "$1" in ### FIXME: this is a work-around while we have not implemented ### multiarch support into the Debian source package of ### nx-libs. - if dpkg-architecture -qDEB_BUILD_MULTIARCH &>/dev/null; then + if dpkg-architecture -qDEB_BUILD_MULTIARCH 1>/dev/null 2>/dev/null; then rm -f /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 rm -f /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 libdir=/usr/lib/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) hooks/post-receive -- nx-libs.git (NX (redistributed)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "nx-libs.git" (NX (redistributed)).