The branch, statusflag has been updated via ef381eb4cb55fbdfb842f5f9fdcf9037e3f8caa6 (commit) from 7aa900c55a6c37ef74d4affe47d120fd488e1511 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/python-x2gobroker.postrm | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100755 debian/python-x2gobroker.postrm The diff of changes is: diff --git a/debian/python-x2gobroker.postrm b/debian/python-x2gobroker.postrm deleted file mode 100755 index 22abe93..0000000 --- a/debian/python-x2gobroker.postrm +++ /dev/null @@ -1,39 +0,0 @@ -#! /bin/sh -# postrm script for x2gobroker-agent -# -# see: dh_installdeb(1) -# summary of how this script can be called: -# * <postrm> `remove' -# * <postrm> `purge' -# * <old-postrm> `upgrade' <new-version> -# * <new-postrm> `failed-upgrade' <old-version> -# * <new-postrm> `abort-install' -# * <new-postrm> `abort-install' <old-version> -# * <new-postrm> `abort-upgrade' <old-version> -# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version> -# for details, see /usr/share/doc/packaging-manual/ - -set -e - - -case "$1" in - purge) - if dpkg-statoverride --list /var/log/x2gobroker >/dev/null; then - dpkg-statoverride --remove /var/log/x2gobroker - fi - - ;; - remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - ;; - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).