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/postinst | |
parent | b381f6ed580f9c58c1547fddd92af1b52fc5a1f0 (diff) |
dhelp support, sorta
Author: jgg
Date: 1999-02-02 02:19:46 GMT
dhelp support, sorta
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index 3de054186..87476bfc0 100755 --- a/debian/postinst +++ b/debian/postinst @@ -46,6 +46,8 @@ case "$1" in else check_apt_conf fi - + if [ -f /usr/sbin/dhelp_parse ]; then + /usr/sbin/dhelp_parse -a /usr/doc/apt + fi esac |