File: python3-unittest2.prerm

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-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove unit2 /usr/bin/python2-unit2
fi

#DEBHELPER#

exit 0