HoRNDIS/package/scripts/postinstall
Mikhail Iakhiaev 4120dee6e0 Package building: cleanup of /S/L/E/HoRNDIS.kext
Cleaning up the /System/Library/Extensions: old installer
would use that location too, while we do not.
2018-07-09 20:57:58 +03:00

7 lines
275 B
Bash
Executable File

#!/bin/sh
# Cleans-up after the old HoRDNIS installations.
# These would install into both /Library/Extensions and
# /System/Library/Extensions, while we only use the former location.
sudo rm -rf /System/Library/Extensions/HoRNDIS.kext
sudo touch /System/Library/Extensions