]> git.saurik.com Git - apple/launchd.git/blobdiff - launchd/src/rc
launchd-106.13.tar.gz
[apple/launchd.git] / launchd / src / rc
index 551448af11f659a1747134a69cec288e0a8fb801..fcfad570196cb9e1d0b37deeebc44d70fa2be343 100644 (file)
@@ -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