summaryrefslogtreecommitdiffstats
path: root/abs/core/expect/expect.install
blob: 2847848a14cc1b00b56398288ec396f5ec4e5aae (plain)
1
2
3
4
5
post_upgrade() {
  if [ "`vercmp $2 5.45`" -lt 0 ]; then
    echo "  - expectk has been removed.  Use tclsh instead"
  fi
}