From 8c0e33c0136273f65fe41f3fd8532b554f8a24b8 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 3 Aug 2016 20:52:27 -0400 Subject: [PATCH] pentoo-updater: python-updater is deprecated --- scripts/pentoo-updater.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index eea70cda6..fd53f5c07 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -39,7 +39,9 @@ perl-cleaner --ph-clean --modules -- --buildpkg=y || safe_exit emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit -python-updater -- --buildpkg=y || safe_exit +if [ -x /usr/sbin/python-updater ]; then + python-updater -- --buildpkg=y || safe_exit +fi emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit