Removing local/bin by default in lb_clean too.

This commit is contained in:
Daniel Baumann 2012-12-10 20:35:50 +01:00
parent 800e0f97e3
commit 0ebb3e0dc3
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ do
"${0}" noauto --source
rmdir --ignore-fail-on-non-empty auto > /dev/null 2>&1 || true
rmdir --ignore-fail-on-non-empty local/bin > /dev/null 2>&1 || true
rmdir --ignore-fail-on-non-empty local > /dev/null 2>&1 || true
;;
--cache)