File: prerm

package info (click to toggle)
gc 1.07-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 64 kB
  • ctags: 14
  • sloc: ansic: 161; makefile: 40; sh: 8
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh -e
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/gc ]; then
	rm -f /usr/doc/gc
fi