File: prerm-doc-base

package info (click to toggle)
debhelper 5.0.42
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,332 kB
  • ctags: 64
  • sloc: perl: 2,808; makefile: 234; sh: 6
file content (4 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
   which install-docs >/dev/null 2>&1; then
	install-docs -r #DOC-ID#
fi