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
81d92cd0
Commit
81d92cd0
authored
Sep 28, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xinerama symlinking: Create / remove folder containing Xinerama sylinks on…
Xinerama symlinking: Create / remove folder containing Xinerama sylinks on installation/upgrade and removal.
parent
45983d13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
nxagent.postinst.in
debian/nxagent.postinst.in
+1
-0
nxagent.prerm
debian/nxagent.prerm
+3
-1
No files found.
debian/nxagent.postinst.in
View file @
81d92cd0
...
...
@@ -26,6 +26,7 @@ case "$1" in
libdir
=
/usr/lib/#DEB_BUILD_MULTIARCH#
mkdir
-p
/usr/lib/nx/X11/Xinerama/
# 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
...
...
debian/nxagent.prerm
View file @
81d92cd0
...
...
@@ -28,10 +28,12 @@ case "$1" in
rm
-f
/usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
fi
if
test
-e
/usr/lib/nx/X11/Xinerama/libXinerama.so.1
;
then
rm
-f
/usr/lib/nx/X11/Xinerama/libXinerama.so.1
fi
rmdir
--ignore-fail-on-non-empty
/usr/lib/nx/X11/Xinerama
fi
;;
deconfigure|upgrade|failed-upgrade
)
...
...
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