fixed removal of settings in cleanup script.
This commit is contained in:
@@ -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}"
|
||||
echo -e "${GREEN}Cleanup completed!${NC}"
|
||||
|
Reference in New Issue
Block a user