File: python-future.postinst

package info (click to toggle)
python-future 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,316 kB
  • sloc: python: 42,522; makefile: 141; sh: 41
file content (12 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/futurize futurize /usr/bin/python2-futurize 200
	update-alternatives --install /usr/bin/pasteurize pasteurize /usr/bin/python2-pasteurize 200
fi

#DEBHELPER#

exit 0