blob: dcebf528a67785e4f575fc906f81acde1b7a3303 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo -e '\033[1mDINGOO_SDK, MIPSTOOLS and PATH environment variables should be set.\nUse dingoo-sdk.sh.\033[0m'
}
post_upgrade() {
echo -e '\033[1mDINGOO_SDK, MIPSTOOLS and PATH environment variables should be set.\nUse dingoo-sdk.sh.\033[0m'
}
|