postinst 361 B

123456
  1. #!/bin/sh
  2. launchctl load /Library/LaunchDaemons/com.rpetrich.rocketbootstrapd.plist || true
  3. launchctl stop com.apple.ReportCrash.SimulateCrash || true
  4. mv /System/Library/LaunchDaemons{BAK,}/com.apple.ReportCrash.SimulateCrash.plist 2> /dev/null || true
  5. launchctl load /System/Library/LaunchDaemons/com.apple.ReportCrash.SimulateCrash.plist 2> /dev/null || true