home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / scim-gtk2-immodule.postinst < prev    next >
Encoding:
Text File  |  2006-08-03  |  388 b   |  23 lines

  1. #!/bin/sh
  2. # postinst script for scim-gtk2-immodule
  3. # see: dh_installdeb(1)
  4.  
  5. set -e
  6.  
  7. if [ "$1" = "configure" ]; then
  8.     /usr/sbin/update-gtk-immodules
  9. fi
  10.  
  11. # dh_installdeb will replace this with shell code automatically
  12. # generated by other debhelper scripts.
  13.  
  14. # Automatically added by dh_makeshlibs
  15. if [ "$1" = "configure" ]; then
  16.     ldconfig
  17. fi
  18. # End automatically added section
  19.  
  20.  
  21. exit 0
  22.  
  23.