Skip to content

Instantly share code, notes, and snippets.

@fno2010
Created December 14, 2018 19:31
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fno2010/392a48f8b8f1fc87c4d2e9b24e5851fc to your computer and use it in GitHub Desktop.
Save fno2010/392a48f8b8f1fc87c4d2e9b24e5851fc to your computer and use it in GitHub Desktop.
Clear all the installed files by Wacom Driver
#/bin/bash
# Clear all the installed files by Wacom Driver
rm -rf /Applications/Wacom\ Tablet.localized
rm -rf /Applications/Pen\ Tablet.localized
rm -rf /Library/Application\ Support/Tablet
rm -rf /Library/Extensions/Wacom\ Tablet.kext
rm -rf /Library/Extensions/Pen\ Tablet.kext
rm -rf /Library/Extensions/TabletDriver.kext
rm -rf /Library/Extensions/FTDIKext.kext
rm -rf /Library/Extensions/SiLabsUSBDriver64.kext
rm -rf /System/Library/Extensions/Wacom\ Tablet.kext
rm -rf /System/Library/Extensions/Pen\ Tablet.kext
rm -rf /System/Library/Extensions/TabletDriver.kext
rm -rf /System/Library/Extensions/FTDIKext.kext
rm -rf /System/Library/Extensions/SiLabsUSBDriver64.kext
rm -rf /Library/Frameworks/WacomMultiTouch.framework
rm -rf /Library/Internet\ Plug-Ins/WacomTabletPlugin.plugin
rm -rf /Library/Internet\ Plug-Ins/WacomSafari.plugin
rm -rf /Library/LaunchAgents/com.wacom*
rm -rf /Library/LaunchDaemons/com.wacom*
rm -rf /Library/PreferencePanes/Tablet.prefPane
rm -rf /Library/PreferencePanes/Wacom\ Tablet.prefPane
rm -rf /Library/PreferencePanes/WacomTablet.prefPane
rm -rf /Library/PreferencePanes/Pen\ Tablet.prefPane
rm -rf /Library/PreferencePanes/com.wacom*
rm -rf $HOME/Library/PreferencePanes/Tablet.prefPane
rm -rf $HOME/Library/PreferencePanes/Wacom\ Tablet.prefPane
rm -rf $HOME/Library/PreferencePanes/WacomTablet.prefPane
rm -rf $HOME/Library/PreferencePanes/Pen\ Tablet.prefPane
rm -rf $HOME/Library/PreferencePanes/com.wacom*
rm -rf /Library/Preferences/Tablet
rm -rf /Library/Preferences/com.wacom*
rm -rf $HOME/Library/Preferences/Tablet
rm -rf $HOME/Library/Preferences/com.wacom*
rm -rf /Library/PrivilegedHelperTools/com.wacom*
rm -rf /Library/Receipts/TabletDocs.txt
rm -rf /Library/Receipts/InstallConsumerTablet.pkg
rm -rf /Library/Receipts/InstallProTablet.pkg
rm -rf /Library/Receipts/InstallSemiproTablet.pkg
rm -rf /Library/StartupItems/Tablet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment