File: prerm

package info (click to toggle)
tclex 1.2a1-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 552 kB
  • ctags: 436
  • sloc: ansic: 3,772; tcl: 452; sh: 85; makefile: 83; lex: 48
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/tclex ]; then
	rm -f /usr/doc/tclex
	if command -v install-docs > /dev/null 2>&1; then
		install-docs -r tclex-manual
	fi
	
fi