diff options
Diffstat (limited to 'extra/expect/expect.install')
-rw-r--r-- | extra/expect/expect.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/expect/expect.install b/extra/expect/expect.install new file mode 100644 index 000000000..2847848a1 --- /dev/null +++ b/extra/expect/expect.install @@ -0,0 +1,5 @@ +post_upgrade() { + if [ "`vercmp $2 5.45`" -lt 0 ]; then + echo " - expectk has been removed. Use tclsh instead" + fi +} |