File: prerm

package info (click to toggle)
twlog 1.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 308 kB
  • ctags: 187
  • sloc: ansic: 1,269; makefile: 88; sh: 8
file content (4 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/twlog ]; then
	rm -f /usr/doc/twlog
fi