Skip to content

Commit

Permalink
Create xc32-toolchain-bin.install
Browse files Browse the repository at this point in the history
  • Loading branch information
greysAcademicCode committed Mar 23, 2015
1 parent 00c0e88 commit fc76c93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions xc32-toolchain-bin/xc32-toolchain-bin.install
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
}

0 comments on commit fc76c93

Please sign in to comment.