prevent neutron-server init script for kill himself
[openstack-build/neutron-build.git] / debian / neutron-plugin-vpn-agent.postinst
1 #!/bin/sh
2
3 set -e
4
5 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
6     dpkg-maintscript-helper rm_conffile /etc/init/neutron-plugin-vpn-agent.conf \
7         1:2014.1~b3-0ubuntu2~ neutron-plugin-vpn-agent -- "$@"
8 fi
9
10 # dh_installdeb will replace this with shell code automatically
11 # generated by other debhelper scripts.
12
13 #DEBHELPER#
14
15 exit 0