diff --git a/root/sanitize.sh b/root/sanitize.sh index a00262d..3171ebb 100644 --- a/root/sanitize.sh +++ b/root/sanitize.sh @@ -13,10 +13,12 @@ pacman -Scc --noconfirm rm -rfv /home/stormux/.cache/yay # Remove files but keep directory structure +find /home/stormux/Logs -type f -delete find /home/stormux/Roms -type f -delete # Remove All except parent directory find /home/stormux/Downloads -mindepth 1 -delete +find /home/stormux/Library -mindepth 1 -delete find /home/stormux/Music -mindepth 1 -delete rm -fv /home/stormux/.config/stormux/*.conf