File: python.preinst

package info (click to toggle)
python-doc-defaults 2.4.4-1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 684 kB
  • ctags: 277
  • sloc: makefile: 166; sh: 5
file content (12 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh -e

[ -L /usr/share/doc/python/html ] || rm -rf /usr/share/doc/python/html

# remove the python alternatives before installing our own python link

update-alternatives --auto /usr/bin/python >/dev/null 2>&1 || true
update-alternatives --remove python /usr/bin/python1.5 || true
update-alternatives --remove python /usr/bin/python2.1 || true
update-alternatives --remove python /usr/bin/python2.2 || true

#DEBHELPER#