/**
  * Entry method.
  *
  * Handles Plugin installation.
  *
  * @access public
  * @static
  */
 static function install()
 {
     $me = new BpfbInstaller();
     if ($me->prepare_paths()) {
         $me->set_default_options();
     } else {
         $me->kill_default_options();
     }
 }