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 path: multispeech_4.6.2-3/debian/multispeech.postinst if pidof multispeech >/dev/null; then echo "Please restart all running multispeech instances" echo "for changes to take effect." 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