File: python3-invoke.prerm

package info (click to toggle)
python-invoke 1.4.1%2Bds-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,704 kB
  • sloc: python: 11,377; makefile: 18; sh: 12
file content (13 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ "$1" = "remove" ] ; then
	update-alternatives --remove invoke /usr/bin/python3-invoke
	update-alternatives --remove inv /usr/bin/python3-inv
fi

#DEBHELPER#

exit 0