Changeset 87880 in vbox
- Timestamp:
- Feb 25, 2021 6:27:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/Installer/VBoxGuestAdditionsKEXTs/postflight
r87879 r87880 65 65 echo "Updating kernel cache (should trigger loading of new modules)." 66 66 # /System/Library/Extensions is readonly in Catalina and later, 67 # so touch returns always false on these systems 67 # so touch returns always false on these systems 68 68 if [[ ${MACOS_VERS} != 11.* ]] && [[ ${MACOS_VERS} != 10.15.* ]]; then 69 69 touch "/System/Library/Extensions/"
Note:
See TracChangeset
for help on using the changeset viewer.