Advertisement
Guest User

skype-tireiron

a guest
Nov 30th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. #I'm not sure which of this was needed and what was not useful or even
  4.  
  5. pkill -9 Skype
  6.  
  7. cd $HOME
  8.  
  9. rm "Library/Application Support/Skype/shared.xml"
  10. rm Library/Application\ Support/Skype/*/config.xml
  11. find Library/Application\ Support/Skype -name '*.lck' -delete
  12. find Library/Application\ Support/Skype -name '*-journal' -delete
  13. find Library/Application\ Support/Skype -type f -name '*cache*' -delete
  14. find Library/Application\ Support/Skype -name '*.lock' -delete
  15. find Library/Application\ Support/Skype -type d -name '*cache*' -exec rm -rf {} \;
  16. find Library/Application\ Support/Skype -name 'asyncdb' -exec rm -rf {} \;
  17. rm -rf "./Library/Saved Application State/com.skype.skype.savedState"
  18. rm -rf "./Library/Preferences/Macromedia/Flash Player"
  19. rm -rf "./Library/Caches/com.skype.skype"
  20.  
  21. open /Applications/Skype.app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement