--- commands/pm/updatecode.pm.inc.orig  2010-06-14 16:39:25.000000000 -0500
+++ commands/pm/updatecode.pm.inc       2010-06-18 14:59:28.000000000 -0500
@@ -196,6 +196,7 @@ function _pm_update_core(&$project, $mod
   // drupal root.  These are to be moved back.
   if (array_key_exists('backup_target', $project)) {
     _pm_update_move_files($project['backup_target'], $drupal_root, $project['skip_list'], FALSE);
+    _pm_update_move_files($project['backup_target'] . '/profiles', $drupal_root . '/profiles', array('default'), FALSE);
   }
 
   pm_update_complete($project, $version_control);
