Below is the file 'debian/dropbear.postrm' from this revision. You can also download the file.
#! /bin/sh set -e test "$1" = 'purge' || exit 0 update-rc.d cokedropbear remove >/dev/null