Improves pre and post hooks. Fixes #524.

This commit is contained in:
Dominik Picheta 2018-08-23 00:33:06 +01:00
commit db222bbae1
4 changed files with 107 additions and 76 deletions

View file

@ -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())