You are here

function hosting_dns_uninstall in Hostmaster (Aegir) 6

Implementation of hook_uninstall().

File

modules/hosting/dns/hosting_dns.install, line 48
Install, update and uninstall for the dns module.

Code

function hosting_dns_uninstall() {
  drupal_uninstall_schema('hosting_dns');
}