~ubuntu-branches/ubuntu/saucy/dhelp/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-04-01 23:43:52 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090401234352-8a4pdow7bveg59rd
Tags: 0.6.15ubuntu1
* Merge from debian unstable, Ubuntu remaining changes:
  - Packages that Depend/Recommend/Suggest firefox (metapackage) must
    alternatively Depend/Recommend/Suggest abrowser.
  - Bump-up package version in the Makefile.
  - Exit and return zero code if the bdb module is not available; this
    usually indicates that dhelp is not configured yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
touch /var/lib/dhelp/configured
36
36
 
37
37
echo -n "Building HTML tree..."
38
 
/usr/sbin/dhelp_parse -r
 
38
dhelp_parse -r
39
39
echo " done."
40
40
 
41
41
if [ ! -f /var/lib/dhelp/documents.index ]; then