mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-updater: remove virtual/pam
This commit is contained in:
parent
33eb657558
commit
e27f5fca0c
1 changed files with 5 additions and 0 deletions
|
|
@ -362,6 +362,11 @@ if [ -n "${removeme4}" ]; then
|
|||
printf "Removing collision inducing capstone-bindings...\n"
|
||||
emerge -C "=${removeme4}"
|
||||
fi
|
||||
removeme5=$(portageq match / 'virtual/pam')
|
||||
if [ -n "${removeme5}" ]; then
|
||||
printf "Removing old unused virtual/pam...\n"
|
||||
emerge -C "=${removeme5}"
|
||||
fi
|
||||
|
||||
#before main upgrades, let's set a good java-vm
|
||||
set_java
|
||||
|
|
|
|||
Loading…
Reference in a new issue