# HG changeset patch
# User godisch
# Date 1056087995 -3600
# Node ID a7dbefcafc43e8f1b106a5712c94393f92b41f3d
# Parent  898c744a63ca9a722f8b22a7d852b473bf1b0121
[svn] removed useless call of invoke-rc.d

diff -r 898c744a63ca -r a7dbefcafc43 debian/prerm
--- a/debian/prerm	Thu Jun 19 23:37:47 2003 +0100
+++ b/debian/prerm	Fri Jun 20 06:46:35 2003 +0100
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: prerm 554 2003-06-19 22:25:30Z godisch $
+# $Id: prerm 558 2003-06-20 05:46:35Z godisch $
 
 set -e
 
@@ -17,10 +17,4 @@
 	db_stop
 fi
 
-if [ -x /usr/sbin/invoke-rc.d ]; then
-	invoke-rc.d noffle stop
-elif [ -x /etc/init.d/noffle ]; then
-	/etc/init.d/noffle stop
-fi
-
 exit 0