Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Create creative-sb-command.rb (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Aug 31, 2020
1 parent a17420f commit 17c3e51
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Casks/creative-sb-command.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "creative-sb-command" do
version "11.1.02.04"
sha256 "d1264448def6d13e94c9465ac67d8b7a473ac9838c519821e3cee443fe43b268"

url "https://download.creative.com/manualdn/Applications/100300/SEwNEWcs2X/SBCMD_MAC_L#{version.dots_to_underscores}.dmg"
name "Creative Sound Blaster Command"
desc "Configure and personalize audio settings of Creative Sound Blaster peripherals"
homepage "https://support.creative.com/"

depends_on macos: ">= :sierra"

pkg "INSTALL.pkg"

uninstall pkgutil: [
"com.creative.AudioDriver",
"com.creative.Uninstaller",
"com.creative.SBCommand",
],
rmdir: "/Applications/Creative"

zap trash: [
"~/Library/Application Support/Creative.SB-Command",
"~/Library/Application Support/Creative.SB-Command.logs",
"~/Library/Preferences/Creative.SB-Command.plist",
]

caveats do
kext
end
end

0 comments on commit 17c3e51

Please sign in to comment.