blob: 1801a713dfc9a07ec10cfd1118c2a4a08837cf47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install() {
pkgver="$1"
cat <<EOF
Add this package to the IgnorePkg directive of the pacman
configuration in /etc/pacman.conf in order to freeze its version to
the current version $pkgver. An (accidential) update of the signer
device code will cut access to any account that used a previous
version of the signer.
[options]
IgnorePkg = tillitis-key1-apps-signer
EOF
}
|