path: multispeech_4.6.2-3/debian/sd-multispeech.postrm
case "$1" in
    remove|purge)
        SPD=`pidof speech-dispatcher || true`
        if [ -n "$SPD" ] ; then
            kill -HUP $SPD
