Index: pathauto.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pathauto/pathauto.module,v
retrieving revision 1.31
diff -u -r1.31 pathauto.module
--- pathauto.module	5 Oct 2006 19:11:48 -0000	1.31
+++ pathauto.module	5 Oct 2006 20:12:09 -0000
@@ -620,3 +620,11 @@
       ' to '. $current_version['build']);
   }
 } // end function _pathauto_update
+
+/**
+ * Implementation of hook_uninstall().
+ */
+function profile_uninstall() {
+  db_query("delete from variable where name like 'pathauto_%'");
+  cache_clear_all('variables'); 
+}
