#!/bin/sh 
set -e

# Source debconf library.
. /usr/share/debconf/confmodule
db_version 2.0

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

#DEBHELPER#

exit 0
