Skip to content

Commit aa721e6

Browse files
authored
Merge pull request #29 from CatturaGreg/patch-2
Add triggers support.
2 parents 8354e2a + 4c66e26 commit aa721e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ module.exports = function (pkg) {
156156
installScript('postinst', pkg.postinst, out, cb)
157157
installScript('prerm', pkg.prerm, out, cb)
158158
installScript('postrm', pkg.postrm, out, cb)
159+
installScript('triggers', pkg.triggers, out, cb)
159160
installCopyright(pkg.package, pkg._copyright, out, cb)
160161
installConffiles(pkg.conffiles, out, cb)
161162
ctrl = ctrl.filter(function (line) {

0 commit comments

Comments
 (0)