~elachuni/software-center/pep8-test-part7

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Michael Vogt
  • Date: 2009-09-25 15:30:34 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090925153034-vf6oqy9j66fc6jcz
renamed to "Ubuntu Software Center" and software-center (LP: #436648)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
if [ "$1" = "triggered" ] || [ "$1" = "configure" ]; then
8
8
    # update the application data
9
 
    update-software-store || true
 
9
    update-software-center|| true
10
10
    exit 0
11
11
fi
12
12