diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:44 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:44 +0000 |
commit | 396f4b089b11a70de94eac21cb9ba3aca3fee281 (patch) | |
tree | 17448da698139530665361737d4a37bebc429451 /debian/libapt-pkg-doc.postinst | |
parent | b381f6ed580f9c58c1547fddd92af1b52fc5a1f0 (diff) |
dhelp support, sorta
Author: jgg
Date: 1999-02-02 02:19:46 GMT
dhelp support, sorta
Diffstat (limited to 'debian/libapt-pkg-doc.postinst')
-rwxr-xr-x | debian/libapt-pkg-doc.postinst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/libapt-pkg-doc.postinst b/debian/libapt-pkg-doc.postinst new file mode 100755 index 000000000..250bd190c --- /dev/null +++ b/debian/libapt-pkg-doc.postinst @@ -0,0 +1,10 @@ +#! /bin/sh + +case "$1" in + configure) + if [ -f /usr/sbin/dhelp_parse ]; then + #/usr/sbin/dhelp_parse -a /usr/doc/libapt-pkg-doc + fi + ;; +esac + |