bee_hotel-1.x-dev/modules/beehotel_pricealterators/beehotel_pricealterators.install
modules/beehotel_pricealterators/beehotel_pricealterators.install
<?php
/**
* @file
* BEE Hotel install/update/uninstall hook implementation.
*/
/**
* Implements hook_entity_uninstall().
*/
function beehotel_pricealterators_uninstall() {
beehotel_pricealterators_clean_config();
}
