<?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');
}