aboutsummaryrefslogtreecommitdiff
path: root/finder_menu.install
blob: ae7f716d3a1cbb6040369355d164d590a8ecf0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
// $Id$

/**
 * @file
 * Install file for Finder Menu.
 */

/**
 * Implementation of hook_uninstall();
 */
function finder_menu_uninstall() {
  variable_del('finder_menu');
}