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