summarylogtreecommitdiffstats
path: root/post.install
blob: d98397a494ab5b9fc7087f72164f8ea11227d894 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo "You may need to run elan update stable"
	echo "and possibly also elan self upgrade-data"
}

post_upgrade() {
	echo "You may need to run elan self upgrade-data"
}