home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / liblockfile1.postrm < prev    next >
Encoding:
Text File  |  2008-11-18  |  161 b   |  12 lines

  1. #!/bin/sh -e
  2. if [ "$1" = "remove" ]
  3. then
  4.     ldconfig
  5.  
  6.     if [ -d /usr/share/doc/liblockfile1 ]
  7.     then
  8.         rm -fr /usr/share/doc/liblockfile1
  9.     fi
  10. fi
  11.     
  12.