summarylogtreecommitdiffstats
path: root/himitsu.install
blob: 8d72d110977fc189748c9abb0820556b733bba5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_upgrade() {
	newpkgver="$1"
	oldpkgver="$2"
	[ "$( vercmp "$oldpkgver" "0.4" )" -lt 0 ] && cat >&2 <<EOF
* 
* himitsu 4.0
* 
* The himitsu-init command has been renamed to himitsu-store.
* This release requires the user to re-generate the himitsu master key:
* 
*     himitsu-store -r
* 
* See release notes: https://git.sr.ht/~sircmpwn/himitsu/refs/0.4
* 
EOF
}