File: prerm

package info (click to toggle)
uucpsend 1.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 112 kB
  • ctags: 65
  • sloc: ansic: 519; makefile: 75; sh: 10
file content (7 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#! /bin/sh

pkg=uucpsend

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