File: prerm

package info (click to toggle)
ada-reference-manual 20021112web-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 18,652 kB
  • ctags: 8,921
  • sloc: makefile: 52; sh: 20
file content (14 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
set -e

case "$1" in
	remove|upgrade)
		if which install-docs >/dev/null 2>&1; then
			install-docs -r arm95-tc1-changes
			install-docs -r arm95-tc1
			install-docs -r aarm95-tc1
		fi
		;;
esac

install-info --quiet --remove /usr/share/info/arm95.info