#! /bin/sh

prog=jukebox-mercury

if [ -x /etc/init.d/$prog ]; then
	/etc/init.d/$prog stop
fi

#DEBHELPER#
