]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-init
Fix typo in French translation, about debian/package.README.Debian files.
[debhelper.git] / autoscripts / postrm-init
1 if [ "$1" = "purge" ] ; then
2         update-rc.d #SCRIPT# remove >/dev/null || #ERROR_HANDLER#
3 fi