mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-updater: clean out old jpeg virtual that portage isn't removing for some reason
This commit is contained in:
parent
38ab6b0c70
commit
4be6c56078
1 changed files with 5 additions and 0 deletions
|
|
@ -384,6 +384,11 @@ if [ -n "${removeme5}" ]; then
|
|||
printf "Force updating old openssl...\n"
|
||||
emerge --update --nodeps --oneshot openssl
|
||||
fi
|
||||
removeme6=$(portageq match / '=virtual/jpeg-62')
|
||||
if [ -n "${removeme6}" ]; then
|
||||
printf "Removing obsolete jpeg-62 virtual\n"
|
||||
emerge -C "=${removeme6}"
|
||||
fi
|
||||
|
||||
#before main upgrades, let's set a good java-vm
|
||||
set_java
|
||||
|
|
|
|||
Loading…
Reference in a new issue