[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: usr/share/doc and dhelp



On Thu, Jul 22, 1999 at 09:32:23AM -0700, Joey Hess wrote:

> Why doesn't dhelp clean these up on it's own? 

install-docs will do this.  If you use dh_installdocs, prerm will get:

# Automatically added by dh_installdocs
if command -v install-docs >/dev/null 2>&1; then
        install-docs -r <doc-id>
fi
# End automatically added section

If not using install-docs, "dhelp_parse -d <dir>" should also remove
the .dhelp file(s).  install-docs appears to do the work using
dhelp_parse.

-- 
 - Matt


Reply to: