mimedetect.install in MimeDetect 5
Same filename and directory in other branches
File
mimedetect.installView source
<?php
/**
* Implementation of hook_install().
*/
function mimedetect_install() {
}
function mimedetect_uninstall() {
variable_del('mimedetect_enable_file_binary');
variable_del('mimedetect_file_binary');
}
Functions
Name | Description |
---|---|
mimedetect_install | Implementation of hook_install(). |
mimedetect_uninstall |