summarylogtreecommitdiffstats
path: root/devkita64.install
blob: ec74214458352734940adf89ebf3deb43fb1c0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

post_install() {
  echo "To use the toolchain, an environment variable has to be set in your shell."
  echo "Files setting them for POSIX compatible shells (bash, zsh, ...) and fish are"
  echo "provided and should be used automatically for shells opened from now on."
  echo "To use the toolchain right away, use"
  echo "  $ source /etc/profile.d/devkita64.sh     # (for POSIX compatible)"
  echo "  $ source /etc/fish/conf.d/devkita64.fish # (for fish shell)"
  echo "You may add \$DEVKITPRO/devkitA64/bin to your \$PATH for selected shells."
}

post_upgrade() {
  post_install
}