home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / pppconfig.prerm < prev    next >
Encoding:
Text File  |  2006-11-27  |  293 b   |  10 lines

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