File: pgdocs-pdf.prerm

package info (click to toggle)
pgdocs 7.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 18,620 kB
  • ctags: 5
  • sloc: makefile: 32; sh: 27
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
# prerm script for pgdocs-pdf

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


exit 0