|
|
@ -7,6 +7,13 @@ class SoundflowerUltraschall < Cask |
|
|
|
license :oss |
|
|
|
|
|
|
|
pkg 'Soundflower.pkg', :allow_untrusted => true |
|
|
|
uninstall :pkgutil => 'com.cycling74.soundflower*', |
|
|
|
:delete => '/Applications/Soundflower' |
|
|
|
# early_script is a workaround for a slowly unloading kext, see private-eye cask |
|
|
|
uninstall :early_script => { |
|
|
|
:executable => '/sbin/kextunload', |
|
|
|
:args => ['-b', 'com.Cycling74.driver.Soundflower'], |
|
|
|
:must_succeed => false, |
|
|
|
}, |
|
|
|
:pkgutil => 'com.cycling74.soundflower.*', |
|
|
|
:delete => '/Applications/Soundflower', |
|
|
|
:kext => 'com.Cycling74.driver.Soundflower' |
|
|
|
end |
|
|
|