Index: domain_adv.install
===================================================================
RCS file: domain_adv.install
diff -N domain_adv.install
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ domain_adv.install	26 Jan 2010 20:37:48 -0000
@@ -0,0 +1,19 @@
+<?php
+/**
+ * @file
+ * Install information for Domain Advanced
+ */
+ 
+/**
+ * Implementation of hook_enable()
+ */
+function domain_adv_enable() {
+  node_access_needs_rebuild(TRUE);
+}
+
+/**
+ * Implementation of hook_disable()
+ */
+function domain_adv_disable() {
+  node_access_needs_rebuild(TRUE);
+}
\ No newline at end of file
