X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=debian%2Fneutron-plugin-metering-agent.postrm;fp=debian%2Fneutron-plugin-metering-agent.postrm;h=860319cd14e859d2d82df86a72defcfb4e3731c4;hp=0000000000000000000000000000000000000000;hb=4cca60531b51db68e6023ea6daa60cc33d277826;hpb=3dea7869947d652cb9d069c3b9fcbd3f4c32ec3b diff --git a/debian/neutron-plugin-metering-agent.postrm b/debian/neutron-plugin-metering-agent.postrm new file mode 100644 index 000000000..860319cd1 --- /dev/null +++ b/debian/neutron-plugin-metering-agent.postrm @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then + dpkg-maintscript-helper rm_conffile /etc/init/neutron-plugin-metering-agent.conf \ + 1:2014.1~b3-0ubuntu2~ neutron-plugin-metering-agent -- "$@" +fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0