[pkg-fso-commits] [SCM] Xglamo, the X server of the Openmoko FreeRunner (GTA02) branch, debian, updated. 040a3dd439601c11d3e0882ad10a21883e0617c4

Luca Capello luca at pca.it
Sun Sep 28 19:48:48 UTC 2008


The following commit has been merged in the debian branch:
commit 040a3dd439601c11d3e0882ad10a21883e0617c4
Author: Luca Capello <luca at pca.it>
Date:   Sun Sep 28 21:48:42 2008 +0200

    debian/xserver-xglamo.postinst.in: always create /etc/X11/X

diff --git a/debian/xserver-xglamo.postinst.in b/debian/xserver-xglamo.postinst.in
index f2284f8..09a7322 100644
--- a/debian/xserver-xglamo.postinst.in
+++ b/debian/xserver-xglamo.postinst.in
@@ -14,7 +14,7 @@ if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then
 	dpkg-divert --add --package xserver-xglamo --rename \
 	    --divert $SERVER_SYMLINK.distrib $SERVER_SYMLINK
     fi
-    ln -s /usr/bin/Xglamo $SERVER_SYMLINK
+    ln -s -f /usr/bin/Xglamo $SERVER_SYMLINK
 fi
 
 

-- 
Xglamo, the X server of the Openmoko FreeRunner (GTA02)



More information about the pkg-fso-commits mailing list