Move 'internal' tools to /usr/local/munki/libexec

This commit is contained in:
Greg Neagle
2025-09-11 14:21:13 -07:00
parent 3fe773fe60
commit b19e9e748e
12 changed files with 42 additions and 21 deletions

View File

@@ -8,9 +8,8 @@
# Only execute postinstall actions if we're installing on a live system.
if [ "$3" = "/" ]
then
installHelper='/usr/local/munki/installhelper'
if [ -f "${installHelper}" ]
then
installHelper='/usr/local/munki/libexec/installhelper'
if [ -f "${installHelper}" ] ; then
/bin/echo "Loading ${installHelper}..."
"${installHelper}" launchd
else