File: prerm

package info (click to toggle)
dnscvsutil 0.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 80 kB
  • ctags: 35
  • sloc: perl: 557; makefile: 71; sh: 64
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh -e

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