Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions bin/clean
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
##########
_version() {
cat <<VERSION
clean v1.2.1
clean v1.3.0
Written by Sandor Semsey, Copyright (C) 2023, License MIT
VERSION
}
Expand Down Expand Up @@ -135,10 +135,6 @@ for user in "${users[@]}"; do
sudo test -d "${homedir}/.local/share/Trash" && sudo find "${homedir}/.local/share/Trash" -mindepth 1 -delete
print Done.

print -n Flush Atom cache...
sudo test -d "${homedir}/.atom/.apm/_cacache" && sudo find "${homedir}/.atom/.apm/_cacache" -mindepth 1 -delete
print Done.

print -n Flush Chrome cache...
sudo test -d "${homedir}/.config/google-chrome" && sudo find "${homedir}/.config/google-chrome" -mindepth 1 -delete
print Done.
Expand Down