home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-codec-install.postinst < prev    next >
Encoding:
Text File  |  2009-03-17  |  668 b   |  23 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_pycentral
  6. rm -f /var/lib/pycentral/gnome-codec-install.pkgremove
  7. if which pycentral >/dev/null 2>&1; then
  8.     pycentral pkginstall gnome-codec-install
  9.     if grep -qs '^gnome-codec-install$' /var/lib/pycentral/delayed-pkgs; then
  10.         sed -i '/^gnome-codec-install$/d' /var/lib/pycentral/delayed-pkgs
  11.     fi
  12. fi
  13. # End automatically added section
  14. # Automatically added by dh_icons
  15. if which update-icon-caches >/dev/null 2>&1 ; then
  16.     update-icon-caches /usr/share/icons/hicolor
  17. fi
  18. # End automatically added section
  19.  
  20.  
  21. update-alternatives --install /usr/bin/gstreamer-codec-install gstreamer-codec-install /usr/bin/gnome-codec-install 85
  22.  
  23.