File: python3-future.prerm

package info (click to toggle)
python-future 0.18.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,264 kB
  • sloc: python: 43,246; makefile: 136; sh: 29
file content (12 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

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

#DEBHELPER#

exit 0