added pre and post installation directory and implemented one for ntp

This commit is contained in:
2021-10-27 10:46:04 +02:00
parent 099d82c7eb
commit 9839ad87f6
3 changed files with 28 additions and 1 deletions

View File

@@ -120,6 +120,12 @@ load_autoconf
load_configuration
# Load pre and post actions for package manager
for prepost in $MYPATH/prepost/*.sh; do
. $prepost
done
unset $prepost
process_commandline_and_vars
set_system_proxy