#!/bin/sh
# postinst script for nmos-mdnsbridge
#
# see: dh_installdeb(1)

set -e

if dpkg-maintscript-helper supports rm_conffile; then
        dpkg-maintscript-helper rm_conffile /etc/init/nmos-mdnsbridge.conf 0.2.0~ nmos-mdnsbridge -- "$@"
fi

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

#DEBHELPER#

exit 0
