#!/bin/sh

set -e

case "$1" in
    configure|triggered)
	/usr/lib/orphan-sysvinit-scripts/update_init_d.sh

	;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
