From ad092508ea530253700749a3119bf8a24dcc162e Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 29 Jun 2004 00:03:54 +0000 Subject: r1691: * dh_installinit: Added --error-handler option. Based on work by Thom May. Closes: #209090 --- autoscripts/postrm-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postrm-init') diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init index 1c292982..628ece6e 100644 --- a/autoscripts/postrm-init +++ b/autoscripts/postrm-init @@ -1,3 +1,3 @@ if [ "$1" = "purge" ] ; then - update-rc.d #SCRIPT# remove >/dev/null + update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER# fi -- cgit v1.2.3