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

/**
 * Implementation of hook_install().
 */
function fblikebutton_install() {
//  There really is no "schema" to install.
}

/**
 * Implementation of hook_uninstall().
 */
function fblikebutton_uninstall() {
  variable_del('fblikebutton_node_types');
}