commit: 2e29f6fa8080ad2af5c59af65620d98b690f76e8 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 15:42:11 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 15:42:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=2e29f6fa
Do a depclean at the very end. scripts/cycle.3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh index 8c26081..7a75f8d 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -1,3 +1,4 @@ #!/bin/bash -e emerge -bkNe1q @system +emerge --depclean
