File: postinst.debhelper

package info (click to toggle)
python-bobopos 2.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 244 kB
  • ctags: 220
  • sloc: python: 1,774; makefile: 38; sh: 24
file content (12 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
	if [ -d /usr/doc -a ! -e /usr/doc/python-bobopos -a -d /usr/share/doc/python-bobopos ]; then
		ln -sf ../share/doc/python-bobopos /usr/doc/python-bobopos
	fi
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/python-bobopos
fi
# End automatically added section