[pkg-fso-commits] [SCM] Xglamo, the X server of the Openmoko FreeRunner (GTA02) branch, debian, updated. 5b0687e2b05137d52c88de49b9fedae8d957fad6
Luca Capello
luca at pca.it
Sun Sep 28 19:50:14 UTC 2008
The following commit has been merged in the debian branch:
commit 5b0687e2b05137d52c88de49b9fedae8d957fad6
Author: Luca Capello <luca at pca.it>
Date: Sun Sep 28 21:50:02 2008 +0200
debian/xserver-xglamo.prerm.in: correctly define SERVER_SYMLINK
diff --git a/debian/xserver-xglamo.prerm.in b/debian/xserver-xglamo.prerm.in
index e8e336e..15335b9 100644
--- a/debian/xserver-xglamo.prerm.in
+++ b/debian/xserver-xglamo.prerm.in
@@ -4,7 +4,7 @@ set -e
# manage /etc/X11/X symlink (originally from xserver-xorg)
if [ "$1" = "remove" ]; then
- SERVER_SYMLINK="$CONFIG_DIR/X"
+ SERVER_SYMLINK="/etc/X11/X"
rm -f $SERVER_SYMLINK
if [ -z "$(dpkg-divert --list $SERVER_SYMLINK)" ]; then
dpkg-divert --remove --package xserver-xglamo --rename \
--
Xglamo, the X server of the Openmoko FreeRunner (GTA02)
More information about the pkg-fso-commits
mailing list