~ubuntu-branches/ubuntu/trusty/mono-zeroconf/trusty

« back to all changes in this revision

Viewing changes to debian/monodoc-mono-zeroconf-manual.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-12-20 04:54:46 UTC
  • Revision ID: james.westby@ubuntu.com-20071220045446-ze50w4wk3zd6rgmu
Tags: 0.7.3-1
Initial version (Closes: #457143).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
if [ -x /usr/lib/monodoc/browser.exe ]; then
 
5
        echo "generating monodoc search index..."
 
6
        monodoc --make-index > /dev/null
 
7
fi
 
8
 
 
9
#DEBHELPER#
 
10