We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8354e2a + 4c66e26 commit aa721e6Copy full SHA for aa721e6
index.js
@@ -156,6 +156,7 @@ module.exports = function (pkg) {
156
installScript('postinst', pkg.postinst, out, cb)
157
installScript('prerm', pkg.prerm, out, cb)
158
installScript('postrm', pkg.postrm, out, cb)
159
+ installScript('triggers', pkg.triggers, out, cb)
160
installCopyright(pkg.package, pkg._copyright, out, cb)
161
installConffiles(pkg.conffiles, out, cb)
162
ctrl = ctrl.filter(function (line) {
0 commit comments