#!/bin/sh
if [ -x ~/obde-stop.rc ] ; then
	~/obde-stop.rc;
else
	source /usr/share/openbox-extras/obde-stop.example
fi


