root/trunk/source/update/macathena-update

Revision 105, 290 bytes (checked in by broder, 17 years ago)

macathena-update will now attempt to update all macathena-* packages

  • Property svn:executable set to *
Line 
1 #!/bin/bash
2
3 sudo svn up @FINKPREFIX@/fink/dists/macathena/
4 fink index
5 fink update `fink list --installed --tab macathena | awk '{ print $2 }' | xargs echo`
6 echo "All MacAthena packages should have been updated, but you should run fink update-all to make sure you have the latest packages"
Note: See TracBrowser for help on using the browser.