From 49b81ceae43c78d81a72968b1c7f31cab8af257a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Jun 2010 12:47:08 -0400 Subject: postrm-init: Avoid calling the error handler if update-rc.d fails. Closes: #586065 --- autoscripts/postrm-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts') 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 -- cgit v1.2.1