name)) { $relative_path = dirname($relative_path); } else { $relative_path = module_install_get_destination_choice('modules'); } return DRUPAL_ROOT . '/' . $relative_path; } public function postInstall() { module_install_del_destination_choice(); return parent::postInstall(); } }