mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-12-12 06:51:25 -08:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
post_upgrade() {
|
|
# See FS#42798 and FS#47371
|
|
dirmngr </dev/null &>/dev/null
|
|
if usr/bin/pacman-key -l >/dev/null 2>&1; then
|
|
export GNUPGHOME="$(pacman-conf.exe gpgdir)"
|
|
usr/bin/pacman-key --populate msys2
|
|
usr/bin/gpgconf --kill all
|
|
fi
|
|
}
|