File: prerm

package info (click to toggle)
pppconfig 2.3.30
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,480 kB
  • sloc: perl: 1,462; sh: 151; makefile: 58
file content (11 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# John G. Hasler <john@dhh.gt.org> 1999-2003
# Any possessor of a copy of this program may treat it as if it
# were in the public domain.  I waive all rights.
set -e
if ( [ "$1" = "upgrade" ] || [ "$1" = "remove" ] ) && [ -L /usr/doc/pppconfig ] ; then
	rm -f /usr/doc/pppconfig
fi

#DEBHELPER#