From 396f4b089b11a70de94eac21cb9ba3aca3fee281 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:44 +0000 Subject: dhelp support, sorta Author: jgg Date: 1999-02-02 02:19:46 GMT dhelp support, sorta --- debian/libapt-pkg-doc.postinst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 debian/libapt-pkg-doc.postinst (limited to 'debian/libapt-pkg-doc.postinst') diff --git a/debian/libapt-pkg-doc.postinst b/debian/libapt-pkg-doc.postinst new file mode 100755 index 000000000..250bd190c --- /dev/null +++ b/debian/libapt-pkg-doc.postinst @@ -0,0 +1,10 @@ +#! /bin/sh + +case "$1" in + configure) + if [ -f /usr/sbin/dhelp_parse ]; then + #/usr/sbin/dhelp_parse -a /usr/doc/libapt-pkg-doc + fi + ;; +esac + -- cgit v1.2.3