File: python3-testrepository.postrm

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

set -e

if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
	update-alternatives --remove testr /usr/bin/testr-python3
fi

#DEBHELPER#

exit 0