File: python3-unittest2.postinst

package info (click to toggle)
unittest2 1.1.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 832 kB
  • sloc: python: 7,664; sh: 19; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0