# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1153822780 0
# Node ID e5ceb7cd20b54c60a8d93527e2b5a9526cac2151
# Parent  23f501274ddf683449327332431d0d1f9a5150f9
Remove old ec_list before creating link.

diff -r 23f501274ddf -r e5ceb7cd20b5 script/install.sh
--- a/script/install.sh	Tue Jul 25 10:08:17 2006 +0000
+++ b/script/install.sh	Tue Jul 25 10:19:40 2006 +0000
@@ -90,6 +90,7 @@
 echo "  Installing tools"
 cp script/lsec.pl /usr/local/bin/lsec || exit 1
 chmod +x /usr/local/bin/ec_list || exit 1
+rm -f /usr/local/bin/ec_list || exit 1
 ln -s /usr/local/bin/lsec /usr/local/bin/ec_list || exit 1
 
 #------------------------------------------------------------------------------