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