mirror of
https://github.com/munki/munki.git
synced 2026-01-06 14:40:09 -06:00
Update make_munki_mpkg.sh (#1223)
norestart for launchd component package
This commit is contained in:
@@ -102,7 +102,7 @@ do
|
||||
"A")
|
||||
AUTORUNPKG=YES
|
||||
;;
|
||||
"R")
|
||||
"R")
|
||||
ROSETTA2=YES
|
||||
;;
|
||||
"T")
|
||||
@@ -624,7 +624,7 @@ if [ -d "$MUNKIROOT/code/tools/pkgresources/launchd_cleanup_scripts/" ] ; then
|
||||
fi
|
||||
|
||||
# Create package info file.
|
||||
makeinfo launchd "$PKGTMP/info" restart
|
||||
makeinfo launchd "$PKGTMP/info" norestart
|
||||
|
||||
|
||||
#######################
|
||||
@@ -748,7 +748,7 @@ if [ "$AUTORUNPKG" == "YES" ] ; then
|
||||
|
||||
# Create package info file.
|
||||
makeinfo autorun "$PKGTMP/info" norestart
|
||||
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user