home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgpg-error0.postinst < prev    next >
Encoding:
Text File  |  2007-11-15  |  138 b   |  11 lines

  1. #!/bin/sh
  2.  
  3. # Automatically added by dh_makeshlibs
  4. if [ "$1" = "configure" ]; then
  5.     ldconfig
  6. fi
  7. # End automatically added section
  8.  
  9.  
  10. exit 0
  11.