[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.0.1-8-g0ae4d0e

X2Go dev team git-admin at x2go.org
Thu Mar 8 14:58:21 CET 2012


The branch, master has been updated
       via  0ae4d0ec543241fb93706958fa0d037b9cb8fc0b (commit)
      from  733794a943e2e47c5a2e557ea5a48759c8a4c95c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0ae4d0ec543241fb93706958fa0d037b9cb8fc0b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 8 14:58:18 2012 +0100

    fix wrong call of ln -s

-----------------------------------------------------------------------

Summary of changes:
 debian/x2goserver.postinst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst
index 07c8540..2837629 100755
--- a/debian/x2goserver.postinst
+++ b/debian/x2goserver.postinst
@@ -100,7 +100,7 @@ case "$1" in
 
 		# create /etc/x2go/applications symlink if not already there (as link or as dir)
 		if ! test -e /etc/x2go/applications; then
-			ln -s /etc/x2go/applications /usr/share/applications
+			ln -s /usr/share/applications /etc/x2go/applications 
 		fi
 
 		;;


hooks/post-receive
-- 
x2goserver.git (X2Go Server)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).




More information about the x2go-commits mailing list