X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fneutron-server.postinst.in;fp=trusty%2Fdebian%2Fneutron-server.postinst.in;h=b556e50e3466641382d5d2de44500fb146489f71;hb=33f494780fed13daabda23be6ceef83210e1d403;hp=0000000000000000000000000000000000000000;hpb=54c2ba6a6661f3214775d91c5755c37c685574a4;p=openstack-build%2Fneutron-build.git diff --git a/trusty/debian/neutron-server.postinst.in b/trusty/debian/neutron-server.postinst.in new file mode 100644 index 000000000..b556e50e3 --- /dev/null +++ b/trusty/debian/neutron-server.postinst.in @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +#PKGOS-INCLUDE# + +if [ "$1" = "configure" ] ; then + . /usr/share/debconf/confmodule + pkgos_register_endpoint_postinst neutron neutron network "Neutron networking service" 9696 "" + db_stop +fi + +#DEBHELPER# + +exit 0