#!/bin/sh
# postinst script
#
# see: dh_installdeb(1)

set -e


exit 0


