diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-04-30 14:34:11 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-04-30 14:34:11 +0200 |
commit | 0af0060d5cfdf3593c1f6f20077c85ba353cbef0 (patch) | |
tree | 4cf8b7cace274df24f7d53fe4ebf8e42b227f83d /debian/libnx-xinerama1.postinst.in | |
parent | 79d49066c11463b62f6ebc3fadf5e7de48f766db (diff) | |
download | nx-libs-0af0060d5cfdf3593c1f6f20077c85ba353cbef0.tar.gz nx-libs-0af0060d5cfdf3593c1f6f20077c85ba353cbef0.tar.bz2 nx-libs-0af0060d5cfdf3593c1f6f20077c85ba353cbef0.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 |