[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/BrowserMultimedia" by PetterReinholdtsen

Debian Wiki debian-www at lists.debian.org
Mon Jul 15 09:28:56 UTC 2013


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/BrowserMultimedia" page has been changed by PetterReinholdtsen:
http://wiki.debian.org/DebianEdu/BrowserMultimedia?action=diff&rev1=68&rev2=69

Comment:
More on how to generate the MIME summary.

  
  This is the script used to generate the list of MIME types.
  
+ To use it, first install gcc and apt-file, run apt-file update and finally all packages providing plugins using
+ 
+ {{{
+ apt-get install apt-file gcc
+ apt-file update
+ apt-get install $(apt-file search /usr/lib/mozilla/plugins|cut -d: -f1|sort -u)
+ }}}
+ 
+ Then you run this script to extract the MIME support for each plugin.
+ 
  {{{#!plain
  #!/bin/sh
  #



More information about the debian-edu-commits mailing list