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

note() {
    printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}

post_upgrade() {
    note "Since version 2.6.1-2 this package installs a standalone leiningen.jar"
    note "So you might want to remove ~/.lein/self-installs"
}