hook_file_update($file)
Respond to a file being updated.
This hook is called when file_save() is called on an existing file.
$file The file that has just been updated.
file_save()
drupal/modules/system/system.api.php, line 2611
<?php function hook_file_update($file) { } ?>