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

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