if spell_ok xulrunner; then
DEST=$INSTALL_ROOT/usr/lib/xulrunner/plugins &&
mkdir -pv $DEST &&
install  -m 0755  *.so *.xpt  $DEST
fi &&

if spell_ok seamonkey; then
DEST=$INSTALL_ROOT/usr/lib/seamonkey/plugins &&
mkdir -pv $DEST &&
install  -m 0755  *.so *.xpt  $DEST
fi &&

install_config_file  mplayerplug-in.conf  /etc/mplayerplug-in.conf    &&
install_config_file  mplayerplug-in.types  /etc/mplayerplug-in.types  &&
make -C po install
