File: prerm

package info (click to toggle)
gpppon 0.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 140 kB
  • ctags: 24
  • sloc: ansic: 281; makefile: 61; sh: 25
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# You may treat this program as if it was in the public domain.



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