File: python-babel.prerm

package info (click to toggle)
python-babel 2.3.4%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 92,908 kB
  • ctags: 1,275
  • sloc: xml: 976,232; python: 10,845; makefile: 213; sh: 44
file content (9 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

#DEBHELPER#