Index: civicrm_activeuser/civicrm_activeuser.install
===================================================================
RCS file: civicrm_activeuser/civicrm_activeuser.install
diff -N civicrm_activeuser/civicrm_activeuser.install
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ civicrm_activeuser/civicrm_activeuser.install	20 Jan 2008 04:21:32 -0000
@@ -0,0 +1,6 @@
+<?php
+// $Id$
+
+function civicrm_activeuser_uninstall() {
+  variable_del('civicrm_activeuser_group');
+}
