File: prerm

package info (click to toggle)
tclex 1.2a1-15
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 568 kB
  • ctags: 438
  • sloc: ansic: 3,772; tcl: 452; makefile: 101; sh: 85; lex: 48
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/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

#DEBHELPER#