File: prerm

package info (click to toggle)
oleo 1.99.16-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,876 kB
  • ctags: 3,959
  • sloc: ansic: 47,473; yacc: 1,894; sh: 598; makefile: 256; cpp: 112; sed: 95; sql: 18
file content (12 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh -e

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

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/oleo ]; then
  install-info --quiet --remove oleo
fi
if [ "$1" = remove -o "$1" = upgrade ]; then
    if command -v install-docs >/dev/null 2>&1; then
	install-docs -r oleo
    fi
fi