File: python-happydoc.preinst

package info (click to toggle)
python-happydoc 2.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,392 kB
  • ctags: 3,479
  • sloc: python: 12,382; makefile: 99; sh: 37
file content (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh -e

# remove any alternatives left from previous versions
update-alternatives --remove happydoc /usr/bin/py15-happydoc
update-alternatives --remove happydoc /usr/bin/py2-happydoc

#DEBHELPER#