File: prerm

package info (click to toggle)
syslog-summary 1.11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 40 kB
  • ctags: 8
  • sloc: python: 148; makefile: 36; sh: 12
file content (7 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e

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