#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/ofono" ]; then
	/etc/init.d/ofono stop || :
fi
