You are here

function cumulus_install in Cumulus 6

Implementation of hook_install().

File

./cumulus.install, line 11
The install file for cumulus.module

Code

function cumulus_install() {
  drupal_install_schema('cumulus');
}