File: prerm

package info (click to toggle)
countrycodes 1.0.3-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 140 kB
  • ctags: 47
  • sloc: ansic: 582; makefile: 89; sh: 12
file content (4 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/countrycodes ]; then
	rm -f /usr/doc/countrycodes
fi