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

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Mon Aug 17 19:32:27 UTC 2009


Author: svedrin-guest
Date: Mon Aug 17 19:32:27 2009
New Revision: 7530

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7530
Log:
add check if the init script for munin-node exists

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=7530&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django.postrm (original)
+++ mumble-django/trunk/debian/mumble-django.postrm Mon Aug 17 19:32:27 2009
@@ -4,7 +4,9 @@
 
 if [ -x "`which invoke-rc.d 2>/dev/null`" ] ; then
 	invoke-rc.d --quiet apache2 reload
-	invoke-rc.d --quiet munin-node restart
+	if [ -x /etc/init.d/munin-node ]; then
+		invoke-rc.d --quiet munin-node restart
+	fi
 fi
 
 #DEBHELPER#




More information about the Pkg-voip-commits mailing list