[X2Go-Commits] [x2gobroker] 01/03: debian/x2gobroker-wsgi.postinst: When purging x2gobroker-wsgi, make sure apache2-maintscript-helper gets called correctly.

git-admin at x2go.org git-admin at x2go.org
Wed Apr 1 05:51:47 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 2cd0cdc8b73967b87d53c615a5952a83309ba63f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Apr 1 05:27:25 2015 +0200

    debian/x2gobroker-wsgi.postinst: When purging x2gobroker-wsgi, make sure apache2-maintscript-helper gets called correctly.
---
 debian/changelog              |    2 +-
 debian/x2gobroker-wsgi.postrm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 011d798..51c8191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -306,7 +306,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low
     + Update file to match current status quo of upstream source files.
   * debian/x2gobroker-agent.dirs:
     + Provide empty log file directory.
-  * x2gobroker-wsgi postinst/postrm:
+  * debian/x2gobroker-wsgi postinst/postrm:
     + Make bin:package x2gobroker-wsgi compliant Debian's packaging style of
       Apache2.4 / Apache2.2.
     + On package purgal: Disable Apache2 config first and then attempt the
diff --git a/debian/x2gobroker-wsgi.postrm b/debian/x2gobroker-wsgi.postrm
index 1299a7a..1ebf055 100755
--- a/debian/x2gobroker-wsgi.postrm
+++ b/debian/x2gobroker-wsgi.postrm
@@ -33,7 +33,7 @@ apacheconf_remove() {
 case "$1" in
 	purge)
 
-		apacheconf_remove
+		apacheconf_remove $@
 
 		if [ ! -d /usr/share/doc/x2gobroker-agent ] && [ ! -d /usr/share/doc/x2gobroker-authservice ] && [ ! -d /usr/share/doc/x2gobroker-daemon ] && [ ! -d /usr/share/doc/x2gobroker-loadchecker ]; then
 			if dpkg-statoverride --list /var/log/x2gobroker 1>/dev/null; then

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list