function evoc_install in RDF Extensions 7.2
Implements hook_install().
File
- evoc/
evoc.install, line 11 - Install, update and uninstall functions for the evoc module.
Code
function evoc_install() {
drupal_set_message('You can now ' . l('import the core RDF vocabularies', 'evoc/import_core') . '.');
}