From 49b81ceae43c78d81a72968b1c7f31cab8af257a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Jun 2010 12:47:08 -0400 Subject: [PATCH] postrm-init: Avoid calling the error handler if update-rc.d fails. Closes: #586065 --- autoscripts/postrm-init | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init index 628ece6..1c29298 100644 --- a/autoscripts/postrm-init +++ b/autoscripts/postrm-init @@ -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 diff --git a/debian/changelog b/debian/changelog index a630fcd..18d75c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 17 May 2010 20:01:19 -0400 -- 2.39.2