-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00c0e88
commit fc76c93
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
post_install() { | ||
echo | ||
echo "This package provides a file: /etc/profile.d/xc32-toolchain-bin.sh" | ||
echo "It will add the toolchain binaries to the PATH variable for every user." | ||
echo "It also defines XC32_TOOLCHAIN_ROOT pointing to the toolchain install dir." | ||
echo "Log out and log back in to update your environment varibles or run:" | ||
echo "source /etc/profile" | ||
echo "now to do so immediately for this shell." | ||
echo | ||
} |