"Christian T. Steigies" wrote:

> Is this a bug of my package and do I have to write info/dir.gz (is there a
> dh_command?) or is this a bug in emacs20 or what is wrong?
You need to call dh_installinfo which will add a line like this
to the postinst:

 install-info --quiet --section "Math" "Math" /usr/share/info/gri.info

and like this to prerm:

 install-info --quiet --remove /usr/share/info/gri.info

Peter

Reply via email to