File: python-tempest-lib.postinst

package info (click to toggle)
python-tempest-lib 0.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,156 kB
  • ctags: 1,867
  • sloc: python: 11,500; sh: 120; makefile: 52
file content (13 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/skip-tracker skip-tracker /usr/bin/python2-skip-tracker 300
	update-alternatives --install /usr/bin/check-uuid check-uuid /usr/bin/python2-check-uuid 300
fi

#DEBHELPER#

exit 0