path: wdm_1.28-27.1/debian/prerm
  if start-stop-daemon --stop --quiet --signal 0 --exec /usr/bin/wdm; then
    # any children?
    PARENTS=$(pidof /usr/bin/wdm || true)
    CHILDREN=
    for PROCESS in $PARENTS; do
