#!/bin/sh -e

case "$1" in
*)
	/etc/init.d/console-log stop
	;;
esac

#DEBHELPER#
