Ajout des hooks embarqués dans un projet
This commit is contained in:
4
hooks/postbuild/debian/run-project-hooks
Executable file
4
hooks/postbuild/debian/run-project-hooks
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
$(readlink -f $DIR/../../common/run-project-hooks) postbuild
|
Reference in New Issue
Block a user