#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/console-conf@" ]; then
		update-rc.d console-conf@ defaults >/dev/null || exit $?
	fi
fi
# End automatically added section
# Automatically added by dh_installinit
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/serial-console-conf@" ]; then
		update-rc.d serial-console-conf@ defaults >/dev/null || exit $?
	fi
fi
# End automatically added section
