summarylogtreecommitdiffstats
path: root/ndless-sdk-git.install
blob: 019e69ce087677c6fd2ddcb10a792f62cbdafcbb (plain)
1
2
3
4
5
6
7
8
9
10
11
installmsg() {
	echo -e "\033[1mndless-sdk installed! make sure to relog or source /etc/profile.d/ndless-env.sh\033[0m"
}

post_install() {
	installmsg
}

post_upgrade() {
	installmsg
}