File: python3-monascaclient.postinst

package info (click to toggle)
python-monascaclient 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 651
  • sloc: python: 3,636; sh: 187; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/monasca monasca /usr/bin/python3-monasca 200
fi

#DEBHELPER#

exit 0