summarylogtreecommitdiffstats
path: root/easea.install
diff options
context:
space:
mode:
Diffstat (limited to 'easea.install')
-rwxr-xr-xeasea.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/easea.install b/easea.install
new file mode 100755
index 000000000000..ac0c71c718d4
--- /dev/null
+++ b/easea.install
@@ -0,0 +1,12 @@
+#!/bin/sh
+post_install() {
+ echo "The EASEA binaries are in /opt/easea/bin"
+ echo "The EASEA samples are in /opt/easea/samples"
+ echo "The EASEA docs are in /opt/easea/doc/easea_manual.pdf"
+ echo "You need to relogin in order for the EASEA binaries to appear in your PATH"
+ post_upgrade
+}
+
+post_upgrade() {
+ ldconfig -r .
+} \ No newline at end of file