/home/edulekha/studygroup.edulekha.com/ow_plugins/contact_importer/update/4995/update.php
<?php

if ( !UPDATER::getConfigService()->configExists('contactimporter', 'google_client_id') )
{
    UPDATER::getConfigService()->addConfig('contactimporter', 'google_client_id', '');
}

if ( !UPDATER::getConfigService()->configExists('contactimporter', 'google_client_secret') )
{
    UPDATER::getConfigService()->addConfig('contactimporter', 'google_client_secret', '');
}

Updater::getLanguageService()->importPrefixFromZip( dirname(__FILE__) . DS . 'langs.zip', 'contactimporter');