#!/bin/sh

set -e

if [ "$1" = "reconfigure" ] || [ "$DEBCONF_RECONFIGURE" = "1" ] ; then
    exit 0
fi

#DEBHELPER#

exit 0
# vim: et ts=4
