File: prerm

package info (click to toggle)
ocaml-doc 2.04-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,820 kB
  • ctags: 997
  • sloc: makefile: 38; sh: 12
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

install-info --quiet --remove /usr/share/info/ocaml.info.gz

# Automatically added by dh_installdocs
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/ocaml-doc ]; then
	rm -f /usr/doc/ocaml-doc
fi
# End automatically added section