File: monodoc-ipod-manual.postinst

package info (click to toggle)
ipod-sharp 0.8.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,160 kB
  • ctags: 1,452
  • sloc: cs: 7,182; xml: 4,383; sh: 3,279; makefile: 167
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

if [ -x /usr/lib/monodoc/browser.exe ]; then
        echo "generating monodoc search index..."
        monodoc --make-index > /dev/null
fi

#DEBHELPER#