home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / libgpg-error0.postinst < prev    next >
Encoding:
Text File  |  2006-06-19  |  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.