summarylogtreecommitdiffstats
path: root/headlines.install
blob: 5d7ef801e3f9aafed67dc25bf24bba301d3433b3 (plain)
1
2
3
4
5
post_upgrade() {
	if [[ "$(vercmp ${1:0:1} ${2:0:1})" == 1 ]]; then
		echo ':: Check upstream for any breaking changes.'
	fi
}