Autogenerated commit at 2023-05-25 11:35:48.097689

This commit is contained in:
ArcH linux ReposItory MANager
2023-05-25 11:35:48 +00:00
parent 94f32e2a10
commit b88d10c077
5 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,12 @@
post_upgrade() {
if usr/bin/pacman-key -l >/dev/null 2>&1; then
usr/bin/pacman-key --populate repo
usr/bin/pacman-key --updatedb
fi
}
post_install() {
if [ -x usr/bin/pacman-key ]; then
post_upgrade
fi
}