[Pkg-voip-commits] r10441 - /mumble-django/trunk/debian/mumble-django.postrm

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Sun Feb 23 09:12:24 UTC 2014


Author: svedrin-guest
Date: Sun Feb 23 09:12:23 2014
New Revision: 10441

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10441
Log:
invoke a2disconf before reloading apache

Modified:
    mumble-django/trunk/debian/mumble-django.postrm

Modified: mumble-django/trunk/debian/mumble-django.postrm
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django.postrm?rev=10441&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postrm	(original)
+++ mumble-django/trunk/debian/mumble-django.postrm	Sun Feb 23 09:12:23 2014
@@ -3,6 +3,11 @@
 set -e
 
 if [ -x "`which invoke-rc.d 2>/dev/null`" -a -x "/etc/init.d/apache2" ] ; then
+	if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then
+		. /usr/share/apache2/apache2-maintscript-helper
+		
+		apache2_invoke disconf mumble-django
+	fi
 	invoke-rc.d --quiet apache2 reload
 fi
 




More information about the Pkg-voip-commits mailing list