From fe624da9cf5e723371aae212df5295ff452b652d Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Mon, 25 Oct 1999 00:39:44 +0000 Subject: [PATCH] * debian/dpkg-doc-{postrm,prerm}: Added install-info for internals.info * debian/dpkg-internals: fixed misplaced description --- ChangeLog | 5 +++++ debian/dpkg-doc-postinst | 6 ++++++ debian/dpkg-doc-prerm | 5 +++++ debian/dpkg-internals | 4 ++-- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44a77b6f..2f11b386 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Ben Collins + + * debian/dpkg-doc-{postrm,prerm}: Added install-info for internals.info + * debian/dpkg-internals: fixed misplaced description + Mon Oct 25 02:27:49 CEST 1999 Wichert Akkerman * dselect/main.cc: Fixup error message for invalid parameter to reflect diff --git a/debian/dpkg-doc-postinst b/debian/dpkg-doc-postinst index f2a1f621..d0a32e98 100755 --- a/debian/dpkg-doc-postinst +++ b/debian/dpkg-doc-postinst @@ -10,3 +10,9 @@ if [ "$1" = configure ]; then echo "done." fi fi + +install-info \ + --quiet \ + --description="dpkg Internals Guide." \ + --section "Miscellaneous" "Miscellaneous" \ + /usr/share/info/internals.info.gz diff --git a/debian/dpkg-doc-prerm b/debian/dpkg-doc-prerm index 4c8389dd..6f9218b4 100755 --- a/debian/dpkg-doc-prerm +++ b/debian/dpkg-doc-prerm @@ -17,3 +17,8 @@ case "$1" in fi ;; esac + +install-info \ + --quiet \ + --remove \ + /usr/share/info/internals.info.gz diff --git a/debian/dpkg-internals b/debian/dpkg-internals index bd15c03e..9e395744 100644 --- a/debian/dpkg-internals +++ b/debian/dpkg-internals @@ -10,7 +10,7 @@ Index: /usr/share/doc/dpkg-doc/internals.html/index.html Files: /usr/share/doc/dpkg-doc/internals.html/*.html Format: info -Files: /usr/share/info/internals.info +Files: /usr/share/info/internals.info.gz Format: postscript -Files: /usr/share/doc/dpkg-doc/internals.ps +Files: /usr/share/doc/dpkg-doc/internals.ps.gz -- 2.39.5