home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgdiplus.postinst < prev    next >
Encoding:
Text File  |  2008-11-22  |  65 b   |  9 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ "$1" = "configure" ]; then
  5.     ldconfig
  6. fi
  7.  
  8.  
  9.