File: python3-testrepository.prerm

package info (click to toggle)
testrepository 0.0.21-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: python: 5,729; makefile: 152; sh: 17
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 testr /usr/bin/testr-python3
fi

#DEBHELPER#

exit 0