summarylogtreecommitdiffstats
path: root/libdragon.install
diff options
context:
space:
mode:
Diffstat (limited to 'libdragon.install')
-rw-r--r--libdragon.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/libdragon.install b/libdragon.install
new file mode 100644
index 000000000000..7ce9155bb287
--- /dev/null
+++ b/libdragon.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "------------------------------------------------------------------------------------"
+ echo "* Please issue the following command to setup the N64_INST environment variable:"
+ echo " source /etc/profile.d/libdragon.sh"
+ echo "------------------------------------------------------------------------------------"
+}
+
+post_upgrade() {
+ post_install $1
+}