summaryrefslogtreecommitdiffstats
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rwxr-xr-xmacos/clean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/macos/clean.sh b/macos/clean.sh
index 70d0713..b6b766d 100755
--- a/macos/clean.sh
+++ b/macos/clean.sh
@@ -25,5 +25,6 @@ done
sudo rm -rf /Library/Logs/*
sudo find /var/log/ -type f -exec rm -f {} \;
+sudo rm -f /private/var/db/diagnostics/{Persist,Signpost,Special}/*
exit 0