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