Added basic support for pre/post hooks

This commit is contained in:
John Edwards 2023-11-05 14:28:31 +00:00
parent f4e25c5344
commit b8d6fe4533
5 changed files with 39 additions and 0 deletions

5
bullseye/etc/pre.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
# PRE HOOK
# Make your customisation here
echo "pre-hook: noop"