X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=debian%2Fneutron-plugin-vpn-agent.postinst;fp=debian%2Fneutron-plugin-vpn-agent.postinst;h=5bbe40871eebc3435b0c61704afcf1e15f743b2b;hp=0000000000000000000000000000000000000000;hb=4cca60531b51db68e6023ea6daa60cc33d277826;hpb=3dea7869947d652cb9d069c3b9fcbd3f4c32ec3b diff --git a/debian/neutron-plugin-vpn-agent.postinst b/debian/neutron-plugin-vpn-agent.postinst new file mode 100644 index 000000000..5bbe40871 --- /dev/null +++ b/debian/neutron-plugin-vpn-agent.postinst @@ -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-vpn-agent.conf \ + 1:2014.1~b3-0ubuntu2~ neutron-plugin-vpn-agent -- "$@" +fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0