File: prerm

package info (click to toggle)
gpppon 0.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 104 kB
  • ctags: 24
  • sloc: ansic: 282; makefile: 59; 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