mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-updater: python-updater is deprecated
This commit is contained in:
parent
a3c2b76c23
commit
8c0e33c013
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue