fixed removal of settings in cleanup script.

This commit is contained in:
Storm Dragon
2025-08-11 17:20:49 -04:00
parent 1ecdd21b7c
commit d4255f792c

View File

@@ -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