You are here

function hosting_alias_install in Hostmaster (Aegir) 6

Implementation of hook_install().

File

modules/hosting/alias/hosting_alias.install, line 53
Install, update and uninstall for the site aliases module.

Code

function hosting_alias_install() {

  // Create tables.
  drupal_install_schema('hosting_alias');
}