File: vmms-api.postinst.in

package info (click to toggle)
vmms 0.0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 280 kB
  • sloc: python: 1,494; sh: 82; makefile: 45
file content (15 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
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 vmms vmms vmms "Openstack VM Migration Scheduler" 9898 "/v2"
	db_stop
fi

#DEBHELPER#

exit 0