#!/bin/sh

set -e

if [ -f /usr/share/debconf/confmodule ];
then
    . /usr/share/debconf/confmodule
fi

db_stop
exit 0