blob: 9784c8ab162d7576bb0bb1a0a0d3c5b830e0edfc (
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 $2, i.e., you will not have the same Ed25519 keypair derived."
}
|