File: doc-linux-fr-html.postinst

package info (click to toggle)
doc-linux-fr 2012.11-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 13,660 kB
  • sloc: makefile: 129; sh: 43; awk: 39
file content (15 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh -e

if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
	install-docs -i /usr/share/doc-base/fcol-faq
fi

# At the moment, dh_dhelp is too broken to do this properly.
#if [ "$1" = configure ] && [ -x /usr/sbin/dhelp_parse ]; then
#	/usr/sbin/dhelp_parse -a /usr/share/doc/HOWTO/fr-html
#	/usr/sbin/dhelp_parse -a /usr/share/doc/HOWTO/fr-html/mini
#fi

#DEBHELPER#

exit 0