home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / bsdutils.prerm < prev    next >
Encoding:
Text File  |  2006-08-21  |  83 b   |  6 lines

  1. #!/bin/sh -e
  2.  
  3. if [ -L /usr/doc/bsdutils ] ; then
  4.        rm -f /usr/doc/bsdutils
  5. fi
  6.