From f22613d34ef9de155ecd0c5ce5dc234fc8751120 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:12:47 +0000 Subject: [PATCH] * Add FHS to doc-base Author: jdg Date: 2001/05/02 01:26:47 * Add FHS to doc-base git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-113 --- debian/postinst.in | 1 + debian/prerm.in | 1 + debian/rules | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/postinst.in b/debian/postinst.in index 807be49..93e2141 100644 --- a/debian/postinst.in +++ b/debian/postinst.in @@ -134,6 +134,7 @@ EOF /usr/sbin/install-docs -i /usr/share/doc-base/debian-perl-policy /usr/sbin/install-docs -i /usr/share/doc-base/debian-policy-process /usr/sbin/install-docs -i /usr/share/doc-base/debconf-spec + /usr/sbin/install-docs -i /usr/share/doc-base/fhs fi # There are three sub-cases: diff --git a/debian/prerm.in b/debian/prerm.in index b4d5ddb..f4df052 100644 --- a/debian/prerm.in +++ b/debian/prerm.in @@ -87,6 +87,7 @@ if [ -x /usr/sbin/install-docs ]; then /usr/sbin/install-docs -r debian-perl-policy /usr/sbin/install-docs -r debian-policy-process /usr/sbin/install-docs -r debconf-spec + /usr/sbin/install-docs -r fhs fi exit 0 diff --git a/debian/rules b/debian/rules index ed9270e..c7d699d 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,8 @@ LIBDIR := $(TMPTOP)/usr/share/doc-base SGML_FILES = policy menu-policy mime-policy policy-process perl-policy DESC_FILES = debian-policy debian-menu-policy debian-perl-policy \ - debian-mime-policy debian-policy-process debconf-spec + debian-mime-policy debian-policy-process debconf-spec \ + fhs # While we have two versions of the FHS installed in the source package, # we need to modify this to handle it. This is the easiest way to do it. -- 2.39.5