'use strict'
var lifecycle = require('../../utils/lifecycle.js')
var packageId = require('../../utils/package-id.js')
module.exports = function (top, buildpath, pkg, log, next) {
log.silly('postinstall', packageId(pkg), buildpath)
lifecycle(pkg.package, 'postinstall', pkg.path, false, false, next)
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| build.js | File | 425 B | 0644 |
|
| extract.js | File | 2.79 KB | 0644 |
|
| fetch.js | File | 882 B | 0644 |
|
| finalize.js | File | 2.74 KB | 0644 |
|
| global-install.js | File | 606 B | 0644 |
|
| global-link.js | File | 242 B | 0644 |
|
| install.js | File | 298 B | 0644 |
|
| move.js | File | 3.16 KB | 0644 |
|
| postinstall.js | File | 306 B | 0644 |
|
| preinstall.js | File | 305 B | 0644 |
|
| prepublish.js | File | 305 B | 0644 |
|
| remove.js | File | 2.42 KB | 0644 |
|
| test.js | File | 293 B | 0644 |
|
| update-linked.js | File | 356 B | 0644 |
|