diff --git a/administrator/components/com_admin/script.php b/administrator/components/com_admin/script.php index 2637acfe6eaf6..c1048fc23ccf5 100644 --- a/administrator/components/com_admin/script.php +++ b/administrator/components/com_admin/script.php @@ -6435,6 +6435,11 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false) '/plugins/system/webauthn/webauthn.php', '/plugins/task/checkfiles/checkfiles.php', '/plugins/task/demotasks/demotasks.php', + // From 4.2.0 to 4.2.1 + '/media/vendor/hotkeys.js/js/hotkeys.js', + '/media/vendor/hotkeys.js/js/hotkeys.min.js', + '/media/vendor/hotkeys.js/js/hotkeys.min.js.gz', + '/media/vendor/hotkeys.js/LICENSE', ); $folders = array( @@ -7803,6 +7808,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false) '/plugins/system/webauthn/src/Helper', '/plugins/system/webauthn/src/Exception', // From 4.2.0 to 4.2.1 + '/media/vendor/hotkeys.js/js', + '/media/vendor/hotkeys.js', '/libraries/vendor/symfony/string/Resources/bin', );