diff options
author | Jeremy Trojan <jer@jerdiggity.com> | 2011-03-16 22:44:29 -0700 |
---|---|---|
committer | Jeremy Trojan <jer@jerdiggity.com> | 2011-03-16 22:44:29 -0700 |
commit | 48adbcdc150d7872d350ff5641a4942a0cdcd8c0 (patch) | |
tree | b177784c58045447f2f5d811d8d83a4a7a42b635 /fblikebutton.install | |
parent | d568753643fca4f94bc8722841a458c5133abf1a (diff) | |
download | fblikebutton-48adbcdc150d7872d350ff5641a4942a0cdcd8c0.tar.gz fblikebutton-48adbcdc150d7872d350ff5641a4942a0cdcd8c0.tar.bz2 |
Initial commit.
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'); +} |