summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorNuew2016-03-21 16:29:44 -0400
committerNuew2016-03-21 16:29:44 -0400
commita53562e59c707e690fadd0576f2f9926732285e4 (patch)
tree4525126a97d22128257944c43fb53f2764497efe /install.sh
downloadaur-a53562e59c707e690fadd0576f2f9926732285e4.tar.gz
Initial Commit
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 000000000000..61a7381714f5
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,11 @@
+post_upgrade() {
+ printf "+-----------------------------------------------------------------+\n"
+ printf "| In your .bashrc, .zshrc, or similar startup file, please append |\n"
+ printf "| export LRS_OBJ_PATH-\"/usr/lib/lrs\" |\n"
+ printf "| to allow \`lrsc\` to function properly. |\n"
+ printf "+-----------------------------------------------------------------+\n"
+}
+
+post_install() {
+ post_upgrade
+}