~ubuntu-branches/ubuntu/maverick/app-install-data-ubuntu/maverick

« back to all changes in this revision

Viewing changes to update-menu-data.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-24 21:07:07 UTC
  • Revision ID: james.westby@ubuntu.com-20100224210707-xq4z3jj5zmdfv60t
Tags: 0.10.04.4
updated for lucid alpha-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
# get and unpack
21
21
if [ ! -f $MENU ]; then
22
 
    wget -c http://people.canonical.com/~mvo/gnome-app-install/$MENU
 
22
    wget -c http://rookery.canonical.com/~mvo/gnome-app-install/$MENU
23
23
fi
24
24
(cd $TOPDIR ; tar xzvf $HERE/$MENU )
25
25