summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postrm-init2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init
index 628ece6e..1c292982 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 a630fcd3..18d75c66 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 <joeyh@debian.org> Mon, 17 May 2010 20:01:19 -0400