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

set -e

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

#DEBHELPER#

exit 0
