]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-init-nostart
Typo. Closes: #653339
[debhelper.git] / autoscripts / postinst-init-nostart
index 5d882b6f6d3dfa8d440e9cc52e35d7ff67f97d5a..7a1bd5e849e5e20a1143df02e0ea6002b31efb65 100644 (file)
@@ -1,3 +1,3 @@
 if [ -x "/etc/init.d/#SCRIPT#" ]; then
-       update-rc.d #SCRIPT# #INITPARMS# >/dev/null
+       update-rc.d #SCRIPT# #INITPARMS# >/dev/null || #ERROR_HANDLER#
 fi