This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gothinclient. commit 0ec151bc8013d86726da3ccf848e82c8c4e12783 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 02:00:04 2014 +0200 rebase --- debian/x2gothinclient-daemon.examples | 2 +- debian/x2gothinclient-daemon.install | 4 ++-- debian/x2gothinclient-daemon.postrm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/x2gothinclient-daemon.examples b/debian/x2gothinclient-daemon.examples index ab5b60e..5bee45d 100644 --- a/debian/x2gothinclient-daemon.examples +++ b/debian/x2gothinclient-daemon.examples @@ -1,2 +1,2 @@ -x2gothinclientmanagement/share/etc/* +x2gothinclientmanagement/share/etc/x2gothinclient-daemon_* diff --git a/debian/x2gothinclient-daemon.install b/debian/x2gothinclient-daemon.install index a4fdb03..fb86030 100644 --- a/debian/x2gothinclient-daemon.install +++ b/debian/x2gothinclient-daemon.install @@ -1,2 +1,2 @@ -x2gothinclient/sbin/x2gothinclientd usr/sbin/ -x2gothinclientmanagement/share/etc/* etc/x2go/ +x2gothinclient-daemon/sbin/x2gothinclientd usr/sbin/ +x2gothinclientmanagement/share/etc/x2gothinclient-daemon_* etc/x2go/ diff --git a/debian/x2gothinclient-daemon.postrm b/debian/x2gothinclient-daemon.postrm index ac60f17..228ef25 100755 --- a/debian/x2gothinclient-daemon.postrm +++ b/debian/x2gothinclient-daemon.postrm @@ -18,7 +18,7 @@ set -e case "$1" in purge) getent passwd x2gothinclient >/dev/null && deluser x2gothinclient - getent group x2gothinclient >/dev/null && delgroup x2gothinclient + getent group x2gothinclient >/dev/null && delgroup x2gothinclient rm -Rf /var/lib/x2gothinclient -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git