path: fetchmail_6.6.2-3/debian/resolvconf
#!/bin/sh
if [ -x /etc/init.d/fetchmail ] && [ -n "$(pidof fetchmail)" ]; then
    /usr/sbin/invoke-rc.d --quiet fetchmail awaken
fi
