summarylogtreecommitdiffstats
path: root/brlcad.install
blob: 39b3dbadb2090ebdbd61baa3eab773b09634740f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    note() {
        all_off="$(tput sgr0)"
        bold="${all_off}$(tput bold)"
        blue="${bold}$(tput setaf 4)"
        yellow="${bold}$(tput setaf 3)"

        echo "${blue}==>${yellow} NOTE:${bold} ${1}${all_off}"
    }

    note 're-login or source /etc/profile.d/brlcad.sh to add BRL-CAD to $PATH'
}