diff --git a/script/post-update.sh b/script/post-update.sh index 2cd2fb7..e24dfa0 100644 --- a/script/post-update.sh +++ b/script/post-update.sh @@ -9,6 +9,8 @@ sync-type = rsync sync-uri = rsync://rsync.europe.gentoo.org/gentoo-portage " > /etc/portage/repos.conf/gentoo.conf +eselect python cleanup + # Upgrading packages rsync -av "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/" && ls /usr/portage/licenses -1 | xargs -0 > /etc/entropy/packages/license.accept && \