[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.99-2-97-g1d41ff6
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:20 CET 2013
The branch, build-baikal has been updated
via 1d41ff64f488d4aa40c78125914ca840fb020abe (commit)
from 455ff70389358957807352d47eb78e7605a104e5 (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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
The diff of changes is:
diff --git a/debian/x2goserver.postrm b/debian/x2goserver.postrm
index 4522b04..ba45ecc 100755
--- a/debian/x2goserver.postrm
+++ b/debian/x2goserver.postrm
@@ -20,7 +20,7 @@ case "$1" in
purge)
dpkg-statoverride --remove /usr/bin/x2gosqlitewrapper || true
echo "Removing x2go session database" >&2
- rm -vf /var/lib/x2go/x2go_sessions
+ rm -vf /var/db/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).
More information about the x2go-commits
mailing list