diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-04-30 14:25:25 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-04-30 14:30:59 +0200 |
commit | a9bc7bdb6bc8c51f3ed8f35e80c4c0291f3d7ac2 (patch) | |
tree | e70982ab5561d088335bae94a64f71f68eb7d066 /debian/libnx-xinerama1.postinst.in | |
parent | 7a6b40a11ded7f36e8d99039144238d33a84849d (diff) | |
download | nx-libs-a9bc7bdb6bc8c51f3ed8f35e80c4c0291f3d7ac2.tar.gz nx-libs-a9bc7bdb6bc8c51f3ed8f35e80c4c0291f3d7ac2.tar.bz2 nx-libs-a9bc7bdb6bc8c51f3ed8f35e80c4c0291f3d7ac2.zip |
debian/libnx-xinerama1.*: move Xinerama dir back to nx-x11-common. Only delete known files. Fixes RPM build failures.
Diffstat (limited to 'debian/libnx-xinerama1.postinst.in')
-rwxr-xr-x | debian/libnx-xinerama1.postinst.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/libnx-xinerama1.postinst.in b/debian/libnx-xinerama1.postinst.in index 9b88c4b6f..c3706038c 100755 --- a/debian/libnx-xinerama1.postinst.in +++ b/debian/libnx-xinerama1.postinst.in @@ -26,13 +26,8 @@ case "$1" in libdir=/usr/lib/#DEB_BUILD_MULTIARCH# - # Already existent files and directories are not removed. + # Already existent files are not removed. # Users will need to explicitly remove them and (re-) configure this package. - - if test ! -e /usr/lib/nx/X11/Xinerama; then - install -d -m 755 /usr/lib/nx/X11/Xinerama - fi - if test -e $libdir/libX11.so.6; then ln -s $libdir/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6 fi |