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