summarylogtreecommitdiffstats
path: root/tkey-ssh-agent.install
blob: 8299be038afa1c82c0bd67402232fb1e638d8f18 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  udevadm control --reload
  udevadm trigger
}

post_upgrade() {
	echo -e "\033[1;33mThis release changes the Tkey identity (CDI) compared to $1, i.e., you will not have the same Ed25519 keypair derived."
}