blob: bde2d46104856a89fb98da3e06490a7a3cd3fb71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo "
Add /opt/ti/mspgcc/bin to your PATH!
Before using MSPGCC you have to agree with the LICENSE at:
/opt/ti/mspgcc/License.txt
"
}
post_upgrade() {
post_install
}
|