~ubuntu-branches/ubuntu/karmic/pkgsel/karmic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-10-23 21:03:20 UTC
  • Revision ID: james.westby@ubuntu.com-20091023210320-ehto3yywt1rkhml4
Tags: 0.25ubuntu4
Don't set the "incomplete language support" note if only gimp-help-* is
missing, since it's far too big to fit on CDs (LP: #452516).

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
                        packs="language-support-$lp"
335
335
                fi
336
336
                if [ "$packs" ]; then
337
 
                        allpackages="${allpackages:+$allpackages }$packs"
 
337
                        for pack in $packs; do
 
338
                                if [ "${pack#gimp-help-}" != "$pack" ]; then
 
339
                                        # gimp-help-common is far too big to
 
340
                                        # fit on CDs, so don't worry about
 
341
                                        # it.
 
342
                                        continue
 
343
                                fi
 
344
                                allpackages="${allpackages:+$allpackages }$pack"
 
345
                        done
338
346
                        quotedpacks=
339
347
                        for p in $packs; do
340
348
                                quotedpacks="${quotedpacks:+$quotedpacks }'$p'"