diff --git a/compact_forms.install b/compact_forms.install
new file mode 100644
index 0000000..f41d3e4
--- /dev/null
+++ b/compact_forms.install
@@ -0,0 +1,14 @@
+<?php
+// $Id: $
+
+
+/**
+ * Implementation of hook_uninstall().
+ */
+function compact_forms_uninstall() {
+  variable_del("compact_forms_colons");
+  variable_del("compact_forms_descriptions");
+  variable_del("compact_forms_field_size");
+  variable_del("compact_forms_ids");
+  variable_del("compact_forms_stars");
+}
