File: prerm

package info (click to toggle)
zip 2.30-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,188 kB
  • ctags: 4,847
  • sloc: ansic: 32,622; asm: 3,426; makefile: 633; sh: 50
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/zip ]; then
  rm -f /usr/doc/zip
fi