]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-init
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postinst-init
index 051f77474c40adc46ec12d7c32046ed70a31845c..2430b2c0fc41e33e7cd4111a1f0e39c9a0054404 100644 (file)
@@ -1,4 +1,4 @@
 if [ -x "/etc/init.d/#SCRIPT#" ]; then
        update-rc.d #SCRIPT# #INITPARMS# >/dev/null
-       /etc/init.d/#SCRIPT# start
+       invoke-rc.d #SCRIPT# start || #ERROR_HANDLER#
 fi