Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
b77b26f4
Commit
b77b26f4
authored
May 05, 2015
by
Mihai Moldovan
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/libnx-xinerama1.*: fix faulty logic when creating symlinks.
parent
06aa4167
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libnx-xinerama1.postinst.in
debian/libnx-xinerama1.postinst.in
+3
-3
No files found.
debian/libnx-xinerama1.postinst.in
View file @
b77b26f4
...
...
@@ -28,13 +28,13 @@ case "$1" in
# 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
if
!
test
-e
$libdir
/libX11.so.6
;
then
ln
-s
$libdir
/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6
fi
if
test
-e
$libdir
/libXext.so.6
;
then
if
!
test
-e
$libdir
/libXext.so.6
;
then
ln
-s
$libdir
/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
fi
if
test
-e
$libdir
/libNX_Xinerama.so.1
;
then
if
!
test
-e
$libdir
/libNX_Xinerama.so.1
;
then
ln
-s
$libdir
/libNX_Xinerama.so.1 /usr/lib/nx/X11/Xinerama/libXinerama.so.1
fi
;;
...
...
dimbor
@dimbor
mentioned in commit
4db753eb
·
Jan 26, 2018
mentioned in commit
4db753eb
mentioned in commit 4db753eb79b86f1bd864654f51da34c38db222cc
Toggle commit list
dimbor
@dimbor
mentioned in commit
899f865c
·
Jan 26, 2018
mentioned in commit
899f865c
mentioned in commit 899f865cfb42d579bd853c8c5b6458dc088f977c
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment