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

« back to all changes in this revision

Viewing changes to debian/cron.weekly

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-19 01:25:07 UTC
  • Revision ID: james.westby@ubuntu.com-20080619012507-adt75omul1shucde
Tags: 0.6.9ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Recommends: firefox-3.0.
  - Exit zero 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:
19
19
 
20
20
if [ -d /var/lib/dhelp -a -x /usr/bin/index++ ]; then
21
21
    rm -f /var/lib/dhelp/documents.index
22
 
    ruby1.8 -rdhelp -e "Dhelp::Indexer.new.reindex_all"
 
22
    ruby1.8 -rdhelp -e "Dhelp::DhelpDocumentPool.new.rebuild"
23
23
fi