[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99-2-174-g8899474
X2go dev team
git-admin at x2go.org
Mon Aug 1 23:33:24 CEST 2011
The branch, master has been updated
via 88994746091fc817727242b26bc97edba1283a83 (commit)
from e336b436b8536d826adc0252853d68e3ffcb3944 (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 88994746091fc817727242b26bc97edba1283a83
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Aug 1 23:33:06 2011 +0200
fixes dpkg-statoverride on package removal/purge
-----------------------------------------------------------------------
Summary of changes:
debian/x2goserver.postrm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/debian/x2goserver.postrm b/debian/x2goserver.postrm
index 4522b04..3833d5d 100755
--- a/debian/x2goserver.postrm
+++ b/debian/x2goserver.postrm
@@ -18,7 +18,7 @@ set -e
case "$1" in
purge)
- dpkg-statoverride --remove /usr/bin/x2gosqlitewrapper || true
+ dpkg-statoverride --remove /usr/lib/x2go/x2gosqlitewrapper || true
echo "Removing x2go session database" >&2
rm -vf /var/lib/x2go/x2go_sessions
rm -vf /etc/x2go/x2gosql/passwords/pgadmin
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