File: python-happydoc.preinst

package info (click to toggle)
python-happydoc 2.0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,176 kB
  • ctags: 3,347
  • sloc: python: 11,321; makefile: 88; sh: 77
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#