home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / binutils-static.preinst < prev    next >
Encoding:
Text File  |  2006-06-28  |  180 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ -L /usr/share/doc/binutils-static ]; then
  6.     # We must be upgrading from a version that depended on binutils
  7.     rm -f /usr/share/doc/binutils-static
  8. fi
  9.  
  10. exit 0
  11.