function hosting_package_install in Hostmaster (Aegir) 6
Implementation of hook_install().
File
- modules/
hosting/ package/ hosting_package.install, line 122 - Install, update and uninstall for the package management module.
Code
function hosting_package_install() {
// Create tables.
drupal_install_schema('hosting_package');
}