after sync cleanup
diff --git a/erpnext/patches/april_2012/after_sync_cleanup.py b/erpnext/patches/april_2012/after_sync_cleanup.py
new file mode 100644
index 0000000..ab9e70e
--- /dev/null
+++ b/erpnext/patches/april_2012/after_sync_cleanup.py
@@ -0,0 +1,5 @@
+def execute():
+	import webnotes
+	from webnotes.model import delete_doc
+
+	delete_doc('Module Def', 'Knowledge Base')