The branch, build-baikal has been updated via 3d63e31cbe9d661f56876fb407d74ba17affe55d (commit) from 6ec99657c4be82fe659cf3d13614be7a9734a380 (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.postrm | 1 + 1 file changed, 1 insertion(+) The diff of changes is: diff --git a/debian/x2goserver.postrm b/debian/x2goserver.postrm index 9cc8f3a..37f8c02 100644 --- a/debian/x2goserver.postrm +++ b/debian/x2goserver.postrm @@ -21,6 +21,7 @@ case "$1" in dpkg-statoverride --remove /usr/bin/x2gosqlitewrapper || true echo "Removing x2go session database" >&2 rm -vf /var/lib/x2go/x2go_sessions + rm -vf /etc/x2go/x2gosql/passwords/pgadmin getent passwd x2gouser >/dev/null && deluser x2gouser getent group x2gousers >/dev/null && delgroup x2gousers ;; 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).