#!/bin/sh
cd `dirname "$0"`
latest=`ls etoys-[1-9]*.rpm|sort|tail -1`
ln -sfv "$latest" etoys-latest.rpm

