blob: 60cd27e182a63e4a5573b5924f541be31165dc8f (
plain)
1
2
3
4
5
6
7
8
9
10
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/obj\" |\n"
printf "| to allow \`lrsc\` to function properly. |\n"
printf "+-----------------------------------------------------------------+\n"
}
post_install() {
post_upgrade
}
|