File: man2html.config

package info (click to toggle)
man2html 1.6g-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,164 kB
  • sloc: ansic: 9,689; sh: 2,305; makefile: 335; perl: 335; awk: 305; lisp: 171; cs: 170; xml: 119
file content (12 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
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 command -v index++ > /dev/null &&  [ ! -e /var/cache/man2html/man2html.swish++.index ]; then
    db_input low man2html/index_manpages || true
    db_go || true
fi