]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER#
3 fi