X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-init;h=1c29298256bdcf9ca800b7214520cdf058a1d95d;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=628ece6e8804ed4bc549ef085f1434d5f08cbfd2;hpb=ad092508ea530253700749a3119bf8a24dcc162e;p=debhelper.git 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