Index: content_profile.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/content_profile/Attic/content_profile.install,v
retrieving revision 1.1.2.7
diff -u -p -r1.1.2.7 content_profile.install
--- content_profile.install     9 Jan 2009 15:55:07 -0000       1.1.2.7
+++ content_profile.install     6 Jun 2010 17:55:03 -0000
@@ -79,6 +79,7 @@ function content_profile_uninstall() {
       variable_del('content_profile_'. $typename);
     }
   }
+  node_type_delete('profile');
 }

 /**
