diff --git a/clean-local.sh b/clean-local.sh index 60f50a3..4af8ca7 100755 --- a/clean-local.sh +++ b/clean-local.sh @@ -55,10 +55,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then fi # Remove data files - if [[ -d "$HOME/.local/share/cthulhu" ]]; then - rm -rf "$HOME/.local/share/cthulhu" - echo " Removed: ~/.local/share/cthulhu/" - fi # Remove desktop files if [[ -f "$HOME/.local/share/applications/cthulhu-autostart.desktop" ]]; then @@ -106,4 +102,4 @@ else fi echo -echo -e "${GREEN}Cleanup completed!${NC}" \ No newline at end of file +echo -e "${GREEN}Cleanup completed!${NC}"