You are here

function hosting_install in Hostmaster (Aegir) 6

Implements hook_install().

File

modules/hosting/hosting.install, line 10
Install, update and uninstall for the hosting module.

Code

function hosting_install() {
  drupal_install_schema('hosting');
}