This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 75605883e576c216901b004d6b22dfbd86f919da Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 27 12:48:02 2014 +0100 fix for last commit --- debian/cups-x2go.postrm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/cups-x2go.postrm b/debian/cups-x2go.postrm index 1ad5744..d38aa97 100755 --- a/debian/cups-x2go.postrm +++ b/debian/cups-x2go.postrm @@ -21,7 +21,7 @@ case "$1" in if dpkg-statoverride --list /usr/lib/cups/backend/cups-x2go >/dev/null; then dkg-statoverride --remove /usr/lib/cups/backend/cups-x2go fi - + ;; upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/cups-x2go.git