#!/bin/sh
# If no user provided script is activated in this file, you should remove this file.
set -e
### see: dh_installdeb(1), debconf-devel(7)
###      https://www.debian.org/doc/debian-policy/ch-binary.html#prompting-in-maintainer-scripts
###      https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html
###      https://www.debian.org/doc/debian-policy/ap-flowcharts.html
###
### dh_installdeb will replace the following with shell code automatically
### generated by other debhelper scripts.

#DEBHELPER#

exit 0
