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@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).