#!/bin/sh
# postinst script for ips-reverseproxy-common
#
# see: dh_installdeb(1)

set -e

if dpkg-maintscript-helper supports rm_conffile; then
        dpkg-maintscript-helper rm_conffile /etc/init/ips-proxylisting-common.conf 0.2.0~ ips-reverseproxy-common -- "$@"
fi

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

#DEBHELPER#

exit 0
