File: prerm.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 (11 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/python-bobopos ]; then
	rm -f /usr/doc/python-bobopos
fi
# End automatically added section
# Automatically added by dh_installdocs
if [ "$1" = remove -o "$1" = upgrade ] && \
   command -v install-docs >/dev/null 2>&1; then
	install-docs -r python-bobopos
fi
# End automatically added section