Skip to content

Commit

Permalink
Installer: unload the old soundflower if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
crmne committed May 11, 2014
1 parent a410e43 commit bf97bb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Installer/scripts/preinstall
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

echo "unload the old soundflower"
kextunload -q /System/Library/Extensions/Soundflower.kext
if [ -e /System/Library/Extensions/Soundflower.kext ]
then kextunload -q /System/Library/Extensions/Soundflower.kext
fi

0 comments on commit bf97bb6

Please sign in to comment.