From dc6acdb24722d9679fd13d5ec065acce1d84044c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 23 Aug 2018 13:44:10 +0200 Subject: [PATCH] Cleanup python entries --- script/post-update.sh | 2 ++ 1 file changed, 2 insertions(+) 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 && \