File: python3-babel.prerm

package info (click to toggle)
python-babel 2.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,572 kB
  • sloc: python: 12,345; makefile: 188; javascript: 77; sh: 8
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#