#!/bin/sh

BEAGLED_PID=`pidof mono-beagled`

if test -n "$BEAGLED_PID"; then
        beagle-shutdown
fi
