summarylogtreecommitdiffstats
path: root/trae-bin.install
blob: e460d8115d0dc6e33226d20c9f6a4376257209f7 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo ""
	echo "==> TRAE IDE has been installed!"
	echo "==> Launch it from your applications menu or run 'trae' in terminal"
	echo ""
}

post_upgrade() {
	post_install
}