This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository cups-x2go. commit 33a4a51a7708ffc86a973091e0badc7a8e9ef0a4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 2 23:05:32 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 d38aa97..d3845ea 100755 --- a/debian/cups-x2go.postrm +++ b/debian/cups-x2go.postrm @@ -19,7 +19,7 @@ set -e case "$1" in purge|remove) if dpkg-statoverride --list /usr/lib/cups/backend/cups-x2go >/dev/null; then - dkg-statoverride --remove /usr/lib/cups/backend/cups-x2go + dpkg-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