Initial upload: alhp-keyring 20211125-1
This commit is contained in:
12
alhp-keyring/alhp-keyring.install
Normal file
12
alhp-keyring/alhp-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 alhp
|
||||
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