You are here

mimedetect.install in MimeDetect 5

Same filename and directory in other branches
  1. 8 mimedetect.install
  2. 6 mimedetect.install
  3. 7 mimedetect.install

File

mimedetect.install
View source
<?php

/**
 * Implementation of hook_install().
 */
function mimedetect_install() {
}
function mimedetect_uninstall() {
  variable_del('mimedetect_enable_file_binary');
  variable_del('mimedetect_file_binary');
}

Functions

Namesort descending Description
mimedetect_install Implementation of hook_install().
mimedetect_uninstall