The branch, release/4.0.1.x 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.prerm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).