Created
March 31, 2015 12:14
-
-
Save hyjk2000/36a28b2f0ce799b3ed1a to your computer and use it in GitHub Desktop.
卸载Mac版成都银行网银控件及U盾驱动
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 | |
cd /Applications | |
rm -rf BOCD_ePassUserMgr.app EnterSafe_2001_showUI.app | |
cd /Library/Application\ Support | |
rm -rf Microdone | |
cd /usr/lib | |
rm -rf libePass_BOCD_p11.sig libePass_BOCD_p11.dylib | |
pkgutil --forget www.ftsafe.com.bocdepass20140504.BOCD_ePassUserMgr.pkg | |
pkgutil --forget www.ftsafe.com.bocdepass20140504.EnterSafe_2001_showUI.pkg | |
pkgutil --forget www.ftsafe.com.bocdepass20140504.libePass_BOCD.pkg | |
pkgutil --forget www.ftsafe.com.bocdepass20140504.libePass_BOCD_p11-1.pkg | |
pkgutil --forget www.ftsafe.com.bocdepass20140504.libePass_BOCD_p11.pkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment