]> git.donarmstrong.com Git - debhelper.git/commitdiff
postrm-init: Avoid calling the error handler if update-rc.d fails. Closes: #586065
authorJoey Hess <joey@kitenet.net>
Wed, 16 Jun 2010 16:47:08 +0000 (12:47 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 16 Jun 2010 16:47:08 +0000 (12:47 -0400)
autoscripts/postrm-init
debian/changelog

index 628ece6e8804ed4bc549ef085f1434d5f08cbfd2..1c29298256bdcf9ca800b7214520cdf058a1d95d 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = "purge" ] ; then
-       update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER#
+       update-rc.d #SCRIPT# remove >/dev/null
 fi
index a630fcd39326c9297697ed9dcbdffdbe42c6049b..18d75c66dc0e0c54eb5c9a89d04c20234c391186 100644 (file)
@@ -28,6 +28,8 @@ debhelper (7.9.1) UNRELEASED; urgency=low
     commands. (See #570039)
   * In v8 mode, prefer the perl_build buildsystem over perl_makemaker.
     Closes: #578805
+  * postrm-init: Avoid calling the error handler if update-rc.d fails.
+    Closes: #586065
 
  -- Joey Hess <joeyh@debian.org>  Mon, 17 May 2010 20:01:19 -0400