The branch, wheezy-tce has been updated via d3f406d51f4af531037ac956e6ecdfa639a2c79f (commit) from aaba851450b69d66ebd3bfd2e79e7f7892f5d9e1 (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 d3f406d51f4af531037ac956e6ecdfa639a2c79f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Apr 1 17:45:47 2013 +0200 no need to manually stop x2gothinclientd in prerm, debhelper handles this ----------------------------------------------------------------------- Summary of changes: debian/x2gothinclient.prerm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) The diff of changes is: diff --git a/debian/x2gothinclient.prerm b/debian/x2gothinclient.prerm index 92edd7a..9b7fb81 100755 --- a/debian/x2gothinclient.prerm +++ b/debian/x2gothinclient.prerm @@ -61,9 +61,7 @@ fi case "$1" in remove) - if [ -x /etc/init.d/x2gothinclient ]; then - invoke-rc.d x2gothinclient stop - fi + : ;; deconfigure|upgrade|failed-upgrade) : hooks/post-receive -- x2gothinclient.git (X2Go Thin Client Environment) 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 "x2gothinclient.git" (X2Go Thin Client Environment).