File: mistral-api.postinst.in

package info (click to toggle)
mistral 11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,884 kB
  • sloc: python: 52,866; sh: 720; makefile: 53
file content (15 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

set -e

#PKGOS-INCLUDE#

if [ "$1" = "configure" ]  || [ "$1" = "reconfigure" ] ; then
	. /usr/share/debconf/confmodule
	pkgos_register_endpoint_postinst mistral mistral workflowv2 "Openstack workflow Service" 8989 "/v2"
	db_stop
fi

#DEBHELPER#

exit 0