~nova-coresec/nova/ppa-lucid

« back to all changes in this revision

Viewing changes to debian/python-nova.postinst

  • Committer: Soren Hansen
  • Date: 2010-10-15 22:42:02 UTC
  • mfrom: (195.1.87 ubuntu-packaging)
  • Revision ID: soren.hansen@rackspace.com-20101015224202-0d9wpxxp463ox10z
MergeĀ ubuntuĀ branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
#DEBHELPER#
6
6
 
7
 
if [ "$1" == "configure" ]
 
7
if [ "$1" = "configure" ]
8
8
then
9
9
    update-python-modules --post-install
10
10
fi