# Standard rejected warnings.
#
source  $GRIMOIRE/REJECTED_MSG  &&

if  spell_ok  mozilla;  then
  config_query  ACROREAD_MOZILLA  "Install the PDF plugin for mozilla?" y
else
  persistent_add  ACROREAD_MOZILLA  &&
  ACROREAD_MOZILLA="n"
fi  &&

if  spell_ok  firefox;  then
  config_query  ACROREAD_FIREFOX  "Install the PDF plugin for firefox?" y
else
  persistent_add  ACROREAD_FIREFOX  &&
  ACROREAD_FIREFOX="n"
fi  &&

message  "${MESSAGE_COLOR}You can add this plugin to other browsers by \
pointing to:/usr/lib/acroread/Browsers/intellinux/nppdf.so${DEFAULT_COLOR}" 
