CLEAN 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #!/bin/bash
  2. #
  3. # Masalla Icon Theme
  4. #
  5. # Copyright 2018 hayder majid <hayder@riseup.net>
  6. #
  7. # This program is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation; either version 3 of the License, or
  10. # (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program; if not, you can download it from here:
  19. # https://www.gnu.org/licenses/gpl-3.0.html
  20. # cleaning script for masalla-colors
  21. # Written by Hayder Majid(Hayder Ctee) <hayder@riseup.net>
  22. rm -Rf /usr/share/icons/masalla-red
  23. rm -Rf /usr/share/icons/masalla-red-dark
  24. rm -Rf /usr/share/icons/masalla-yellow
  25. rm -Rf /usr/share/icons/masalla-yellow-dark
  26. rm -Rf /usr/share/icons/masalla-grey
  27. rm -Rf /usr/share/icons/masalla-grey-dark
  28. rm -Rf /usr/share/icons/masalla-green
  29. rm -Rf /usr/share/icons/masalla-green-dark
  30. rm -Rf /usr/share/icons/masalla-violet
  31. rm -Rf /usr/share/icons/masalla-violet-dark
  32. rm -Rf /usr/share/icons/masalla-brown
  33. rm -Rf /usr/share/icons/masalla-brown-dark
  34. rm -Rf /usr/share/icons/masalla-black
  35. rm -Rf /usr/share/icons/masalla-black-dark
  36. rm -Rf $HOME/.icons/masalla-red
  37. rm -Rf $HOME/.icons/masalla-red-dark
  38. rm -Rf $HOME/.icons/masalla-yellow
  39. rm -Rf $HOME/.icons/masalla-yellow-dark
  40. rm -Rf $HOME/.icons/masalla-grey
  41. rm -Rf $HOME/.icons/masalla-grey-dark
  42. rm -Rf $HOME/.icons/masalla-green
  43. rm -Rf $HOME/.icons/masalla-green-dark
  44. rm -Rf $HOME/.icons/masalla-violet
  45. rm -Rf $HOME/.icons/masalla-violet-dark
  46. rm -Rf $HOME/.icons/masalla-brown
  47. rm -Rf $HOME/.icons/masalla-brown-dark
  48. rm -Rf $HOME/.icons/masalla-black
  49. rm -Rf $HOME/.icons/masalla-black-dark