summarylogtreecommitdiffstats
path: root/devkitarm.install
diff options
context:
space:
mode:
Diffstat (limited to 'devkitarm.install')
-rw-r--r--devkitarm.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/devkitarm.install b/devkitarm.install
new file mode 100644
index 000000000000..51f2ee3f7d38
--- /dev/null
+++ b/devkitarm.install
@@ -0,0 +1,10 @@
+
+post_install() {
+ echo "To use the toolchain right away, you have to set the environment variables in"
+ echo "your currently running shells by executing 'source /etc/profile.d/devkitarm.sh'!"
+ echo "This is done automatically for every shell opened from now on."
+}
+
+post_upgrade() {
+ post_install
+}