Index: trunk/source/update/macathena-update =================================================================== --- trunk/source/update/macathena-update (revision 63) +++ trunk/source/update/macathena-update (revision 63) @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo svn up @FINKPREFIX@/fink/dists/macathena/ +fink index +echo "You should run fink update-all to make sure you have the latest packages"