Index: og_read_only.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og_read_only/og_read_only.install,v
retrieving revision 1.1
diff -u -p -r1.1 og_read_only.install
--- og_read_only.install	20 Nov 2008 18:36:37 -0000	1.1
+++ og_read_only.install	6 Jan 2009 17:16:56 -0000
@@ -34,3 +34,7 @@ function og_read_only_install() {
   drupal_install_schema('og_read_only');
 }
 
+function og_read_only_uninstall() {
+  drupal_uninstall_schema('og_read_only');
+  variable_del('og_read_only_master_types');
+}
