File: prerm

package info (click to toggle)
epic 3.004-17.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,192 kB
  • ctags: 3,197
  • sloc: ansic: 40,843; makefile: 530; sh: 129; perl: 17
file content (5 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh

if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pkg ]; then
  rm -f /usr/doc/pkg
fi