Add Neutron 7.0.0 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / neutron-server.postinst.in
diff --git a/trusty/debian/neutron-server.postinst.in b/trusty/debian/neutron-server.postinst.in
new file mode 100644 (file)
index 0000000..b556e50
--- /dev/null
@@ -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