summarylogtreecommitdiffstats
path: root/rt-env-git.install
blob: 2913bc86060ccdab223474bc9fd0fa82c42b25a7 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
echo "** -------------------------------------------------------------------------- **"
echo "**        The following command is to generate a linked file to ~/.env !      **"
echo "**         The main purpose is to unify with official usage methods !         **"
echo "**  Note: This command may delete the ~/.env-old file. Be sure to backup it!  **"
echo "** -------------------------------------------------------------------------- **"
echo "** ----------- please execute   /opt/rt-thread/tools/env/lnenv.sh ----------- **"
echo "** -------------------------------------------------------------------------- **"
}