diff options
Diffstat (limited to 'fblikebutton.install')
-rw-r--r-- | fblikebutton.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fblikebutton.install b/fblikebutton.install new file mode 100644 index 0000000..b6d4a63 --- /dev/null +++ b/fblikebutton.install @@ -0,0 +1,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'); +} |