Index: trunk/source/update/macathena-update =================================================================== --- trunk/source/update/macathena-update (revision 63) +++ trunk/source/update/macathena-update (revision 105) @@ -3,3 +3,4 @@ sudo svn up @FINKPREFIX@/fink/dists/macathena/ fink index -echo "You should run fink update-all to make sure you have the latest packages" +fink update `fink list --installed --tab macathena | awk '{ print $2 }' | xargs echo` +echo "All MacAthena packages should have been updated, but you should run fink update-all to make sure you have the latest packages"