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 / lftp.postrm < prev    next >
Encoding:
Text File  |  2007-03-07  |  100 b   |  10 lines

  1. #!/bin/sh -e
  2. #
  3. # postinst for lftp
  4. # noel@debian.org
  5.  
  6. /usr/sbin/update-alternatives --auto ftp 
  7.  
  8.  
  9.  
  10.