post_upgrade(){
	if [ $(vercmp $2 0.5.1) -lt 0 ]; then
		post_install
	fi
}

post_install(){
	echo "See the link about keyboard shortcuts: https://github.com/lupoDharkael/flameshot#keyboard-shortcuts"
}
