CLEAN 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. #!/bin/bash
  2. #
  3. # Masalla Icon Theme
  4. #
  5. # Copyright 2021 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. #
  21. # clean script for masalla icon themes
  22. # Written by Written by Hayder Majid(Hayder Ctee) <hayder@riseup.net>
  23. if [ -d /usr/share/icons/masalla ]; then
  24. rm -Rf /usr/share/icons/masalla
  25. rm -Rf /usr/share/icons/masalla-dark
  26. fi
  27. if [ -d $HOME/.icons/masalla ]; then
  28. rm -Rf $HOME/.icons/masalla
  29. rm -Rf $HOME/.icons/masalla-dark
  30. fi