summarylogtreecommitdiffstats
path: root/jupyter-nbextensions-git.install
blob: c495cfbf099da7ba9471d1e3a31b69879c90ccbb (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo
	echo "$(tput setaf 4)In order to configure the extensions, please run $(tput setaf 3)themysto install"
	echo
}

post_upgrade() {
	post_install
}