Skip to content

Commit

Permalink
Add new build hook: before_postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lategoodbye authored and ngiger committed Aug 3, 2014
1 parent fad4533 commit 23e31ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/veewee/provider/core/box/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ def build(options={})
# into .veewee_params
self.transfer_params(options)

run_hook(:before_postinstall)

# Filtering post install files based upon --postinstall-include and --postinstall--exclude
definition.postinstall_files=filter_postinstall_files(options)

Expand Down

0 comments on commit 23e31ad

Please sign in to comment.