home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libwmf0.2-7.postinst < prev    next >
Encoding:
Text File  |  2007-03-05  |  431 b   |  21 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ "$1" = configure ] && type update-gdkpixbuf-loaders >/dev/null 2>&1; then
  5.     update-gdkpixbuf-loaders
  6. fi
  7.  
  8. # Automatically added by dh_installdefoma
  9. if [ "$1" = "configure" ]; then
  10.  
  11.   test -x /usr/bin/defoma-app && /usr/bin/defoma-app update libwmf0.2-7
  12.  
  13. fi
  14. # End automatically added section
  15. # Automatically added by dh_makeshlibs
  16. if [ "$1" = "configure" ]; then
  17.     ldconfig
  18. fi
  19. # End automatically added section
  20.  
  21.