diff options
Diffstat (limited to 'abs/core/expect/expect.install')
-rw-r--r-- | abs/core/expect/expect.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core/expect/expect.install b/abs/core/expect/expect.install new file mode 100644 index 0000000..2847848 --- /dev/null +++ b/abs/core/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 +} |