X-Git-Url: https://git.saurik.com/apple/launchd.git/blobdiff_plain/aa59983ad5a41ca0272b5584ad9dabbde5b0c49b..2a27bb34a874abc4131a0d503ef58d33e24011c8:/launchd/src/rc diff --git a/launchd/src/rc b/launchd/src/rc index 551448a..fcfad57 100644 --- a/launchd/src/rc +++ b/launchd/src/rc @@ -67,10 +67,6 @@ if [ -f /var/account/acct ]; then accton /var/account/acct fi -if [ -f /etc/rc.installer_cleanup ]; then - /etc/rc.installer_cleanup multiuser -fi - echo "Resetting files and devices" RMRF_ITEMS="/mach.sym /var/tmp/folders.*" @@ -231,6 +227,10 @@ else kextd fi +if [ -f /etc/rc.installer_cleanup ]; then + /etc/rc.installer_cleanup multiuser +fi + if [ "${SafeBoot}" != "-x" -a -x "${BootCacheControl}" ]; then ${BootCacheControl} tag fi