Return an array of links to pages that should be visited post operation.
array Links which provide actions to take after the install is finished.
Overrides Updater::postInstallTasks
public function postInstallTasks() {
return array(
l(t('Enable newly added themes'), 'admin/appearance'),
l(t('Administration pages'), 'admin'),
);
}