On 25-Jan-2000 Sven LUTHER wrote: > Hello, ... > > i received a bug against one of my packages saying that the .info > documentation is not available by info directly, and that i should add a > prerm and postinst calling install-info. > > Now, in debian/rules i do a : > > dh_installinfo ocaml.info/* >
only if you place #DEBHELPER# in your scripts. otherwise debhelper assumes you are doing it yourself. Take a look in /var/lib/dpkg/info/<package>.postinst and see if the calls are there.