Update rad4day-keyring
This commit is contained in:
12
rad4day-repo-keyring/keyring.install
Normal file
12
rad4day-repo-keyring/keyring.install
Normal file
@ -0,0 +1,12 @@
|
||||
post_upgrade() {
|
||||
if usr/bin/pacman-key -l >/dev/null 2>&1; then
|
||||
usr/bin/pacman-key --populate rad4day
|
||||
usr/bin/pacman-key --updatedb
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
if [ -x usr/bin/pacman-key ]; then
|
||||
post_upgrade
|
||||
fi
|
||||
}
|
Reference in New Issue
Block a user