File: python-stestr.postinst

package info (click to toggle)
python-stestr 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 756 kB
  • sloc: python: 4,612; makefile: 38; sh: 32
file content (11 lines) | stat: -rw-r--r-- 158 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/stestr stestr /usr/bin/python2-stestr 300
fi

#DEBHELPER#

exit 0