File: prerm

package info (click to toggle)
fbbdoc 1999
  • links: PTS
  • area: main
  • in suites: woody
  • size: 768 kB
  • ctags: 52
  • sloc: makefile: 29; sh: 14
file content (9 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/fbbdoc ]; then
  rm -f /usr/doc/fbbdoc
fi

if command -v install-docs >/dev/null 2>&1; then
  install-docs -r fbbdoc
fi