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 / console-tools.preinst < prev    next >
Encoding:
Text File  |  2007-01-22  |  218 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # In previous releases, this was a symlink that could be accidentally
  6. # left behind. Delete before installing.
  7. if [ -L /usr/share/doc/console-tools ]; then
  8.    rm -f /usr/share/doc/console-tools
  9. fi
  10.  
  11.  
  12.