File: diff-doc.prerm

package info (click to toggle)
diff 2.7-29
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,300 kB
  • ctags: 984
  • sloc: ansic: 11,043; sh: 216; makefile: 204
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
if [ "$1" = "remove" -o "$1" = "upgrade" ]; then
  if command -v install-docs >/dev/null 2>&1; then
    install-docs -r diff-doc
  fi
fi