]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-init
r1967: * dh_installudev: Fix postrm to not fail if the udev symlink is missing.
[debhelper.git] / autoscripts / postrm-init
index 9596dd977eb282ca5f365ab71769f56e814f3966..628ece6e8804ed4bc549ef085f1434d5f08cbfd2 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = "purge" ] ; then
-       update-rc.d #SCRIPT# remove #INITPARMS# >/dev/null
+       update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER#
 fi