Skip to content

Commit

Permalink
Merge pull request #36 from ruebot/7.x-1.4-ISLANDORA-977
Browse files Browse the repository at this point in the history
7.x 1.4 islandora 977
  • Loading branch information
mjordan committed Sep 22, 2014
2 parents 0cac246 + 57a73ee commit f05e560
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions islandora_fits.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

/**
* @file
* This file contains all install related hooks.
*/

/**
* Implements hook_uninstall().
*/
function islandora_fits_uninstall() {
$variables = array(
'islandora_fits_techmd_dsid',
'islandora_fits_executable_path',
);
array_walk($variables, 'variable_del');
}

0 comments on commit f05e560

Please sign in to comment.