Whamcloud - gitweb
LU-2675 build: remove Darwin "support"
[fs/lustre-release.git] / build / osxpack / postflight
diff --git a/build/osxpack/postflight b/build/osxpack/postflight
deleted file mode 100755 (executable)
index a4e6633..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-/usr/sbin/nvram boot-args="debug=0xe zsize=256"
-
-# Delete cache files
-if [ -f /System/Library/Extensions.kextcache ]; then
-       rm -f /System/Library/Extensions.kextcache
-fi
-
-if [ -d /System/Library/Caches/com.apple.kernelcaches ]; then
-       rm -rf /System/Library/Caches/com.apple.kernelcaches
-fi
-
-touch /System/Library