Variable: package--post-download-archives-hook
package--post-download-archives-hook is a variable defined in
package.el.gz.
Value
nil
Documentation
Hook run after the archive contents are downloaded.
Don't run this hook directly. It is meant to be run as part of
package--update-downloads-in-progress.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defvar package--post-download-archives-hook nil
"Hook run after the archive contents are downloaded.
Don't run this hook directly. It is meant to be run as part of
`package--update-downloads-in-progress'.")