diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /extra/expect | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'extra/expect')
-rw-r--r-- | extra/expect/ChangeLog | 16 | ||||
-rw-r--r-- | extra/expect/expect.install | 5 |
2 files changed, 0 insertions, 21 deletions
diff --git a/extra/expect/ChangeLog b/extra/expect/ChangeLog deleted file mode 100644 index f0432ba02..000000000 --- a/extra/expect/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -2011-01-01 Allan McRae <allan@archlinux.org> - - * expect 5.45-2 - - Package signing rebuild - -2011-01-01 kevin <kevin@archlinux.org> - - * expect 5.45-1 - - Added upgrade message about expectk being removed - - Have expect conflict with expectk - -2010-03-27 kevin <kevin@archlinux.org> - - * expect 5.44.1.15-1 - - Source on sourceforge now and maintained mostly by ActiveState - - Added symlink to fix FS#18686 - libexpect.so is not found 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 -} |