Index: wp-admin/includes/theme.php
===================================================================
--- wp-admin/includes/theme.php	(revision 17378)
+++ wp-admin/includes/theme.php	(working copy)
@@ -101,6 +101,9 @@
 
 	// Force refresh of theme update information
 	delete_site_transient('update_themes');
+	
+	// allow for commit transaction
+	do_action( 'deleted_theme', $template );
 
 	return true;
 }
