1 2 3 4 5
post_upgrade() { if [ "`vercmp $2 5.45`" -lt 0 ]; then echo " - expectk has been removed. Use tclsh instead" fi }