Added basic support for pre/post hooks
This commit is contained in:
parent
f4e25c5344
commit
b8d6fe4533
5 changed files with 39 additions and 0 deletions
5
bullseye/etc/post.sh
Executable file
5
bullseye/etc/post.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
# POST HOOK
|
||||
# Make your customisation here
|
||||
echo "post-hook: noop"
|
Loading…
Add table
Add a link
Reference in a new issue