mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
174 B

  1. mplayerplugin_postm() {
  2. ls $libdir | grep mozilla-
  3. for i in $libdir/mozilla-*/plugins; do
  4. cp -v mplayerplug-in.so $i/;
  5. done
  6. }
  7. hook_add postmake 3 "mplayerplugin_postm"