File: python-pbr.postinst

package info (click to toggle)
python-pbr 4.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 796 kB
  • sloc: python: 4,089; sh: 136; ansic: 24; makefile: 22
file content (12 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0