[X2go-Commits] x2goserver.git - master (branch) updated: 3.1.0.1-9-g691ff9b

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


The branch, master has been updated
       via  691ff9b139b7ab1b30c5389e87c9d8294a7cb021 (commit)
      from  0ae4d0ec543241fb93706958fa0d037b9cb8fc0b (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 691ff9b139b7ab1b30c5389e87c9d8294a7cb021
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Mar 8 14:59:28 2012 +0100

    test for symlink is -L not -s

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

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

The diff of changes is:
diff --git a/debian/x2goserver.prerm b/debian/x2goserver.prerm
index 52ed206..1ec6436 100755
--- a/debian/x2goserver.prerm
+++ b/debian/x2goserver.prerm
@@ -19,7 +19,7 @@ set -e
 case "$1" in
 	remove)
 		# The package is being removed in its own right.
-		if test -s /etc/x2go/applications; then
+		if test -L /etc/x2go/applications; then
 			rm -f /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