diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/libnx-x11.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libnx-x11.postinst b/debian/libnx-x11.postinst index ed56bd730..514833ca5 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) |