Created
December 14, 2018 19:42
-
-
Save fno2010/cb956e50e752527f6f12dde9f30d62ad to your computer and use it in GitHub Desktop.
Clear all the installed files by Wacom Driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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