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