summarylogtreecommitdiffstats
path: root/devkita64.install
diff options
context:
space:
mode:
authorCarsten Teibes2018-05-17 23:32:55 +0200
committerCarsten Teibes2018-05-17 23:32:55 +0200
commit40a8d0c296da3441710435eb672d2ae4abe2ea90 (patch)
tree39671fca0bbc5451459367a9d2f66dc9e91ea2ac /devkita64.install
downloadaur-40a8d0c296da3441710435eb672d2ae4abe2ea90.tar.gz
[new] devkita64 r9
Diffstat (limited to 'devkita64.install')
-rw-r--r--devkita64.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/devkita64.install b/devkita64.install
new file mode 100644
index 000000000000..ec7421445835
--- /dev/null
+++ b/devkita64.install
@@ -0,0 +1,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
+}