File: man2html.config

package info (click to toggle)
man2html 1.6g-11
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,720 kB
  • sloc: ansic: 9,673; sh: 2,309; perl: 335; makefile: 328; awk: 305; lisp: 171; cs: 170; xml: 119
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# vim: ts=4:sw=4:et
set -e

[ -r /usr/share/debconf/confmodule ] || exit 0

. /usr/share/debconf/confmodule

if which index++ > /dev/null &&  [ ! -e /var/cache/man2html/man2html.swish++.index ]; then
    db_input low man2html/index_manpages || true
    db_go || true
fi