summarylogtreecommitdiffstats
path: root/opengrok.install
blob: 279681988c88e0ecb3ffee76bc71e74f3a6f527b (plain)
1
2
3
4
5
6
post_upgrade() {
  if [[ "$2" < "1.4.1" ]]; then
    printf "Please note: when upgrading to 1.4.1 (or later) you will need to perform a full reindex\n"
  fi
}