Improves pre and post hooks. Fixes #524.
This commit is contained in:
parent
2e803ec9cf
commit
db222bbae1
4 changed files with 107 additions and 76 deletions
|
|
@ -43,3 +43,9 @@ before hooks2:
|
|||
|
||||
task hooks2, "Testing the hooks again":
|
||||
echo("Shouldn't happen")
|
||||
|
||||
before install:
|
||||
echo("Before PkgDir: ", getPkgDir())
|
||||
|
||||
after install:
|
||||
echo("After PkgDir: ", getPkgDir())
|
||||
Loading…
Add table
Add a link
Reference in a new issue