#!/bin/sh

if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	update-rc.d yandex-du-lfw defaults >/dev/null
fi

if [ -x "/etc/init.d/yandex-du-lfw" ]; then
	invoke-rc.d yandex-du-lfw start || exit $?
fi
