home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / console-tools.preinst < prev    next >
Encoding:
Text File  |  2006-08-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.