From 61fc7ffe47681eed509bf441fbbc9108775c5f43 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:08:10 +0000 Subject: [PATCH] r162: Initial Import --- debian/changelog | 7 +++++++ dh_installdocs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 33bbbe2..cd5bdff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (1.2.26) unstable; urgency=low + + * dh_installdocs: use prerm-doc-base script fragement. Was using + postrm-doc-base, for some weird reason. + + -- Joey Hess Mon, 18 Jan 1999 13:36:40 -0800 + debhelper (1.2.25) unstable; urgency=low * autoscripts/*menu*: It turns out that "command" is like test -w, it will diff --git a/dh_installdocs b/dh_installdocs index 347881c..1d05181 100755 --- a/dh_installdocs +++ b/dh_installdocs @@ -72,7 +72,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { "$TMP/usr/share/doc-base/$PACKAGE"); if (! $dh{NOSCRIPTS}) { autoscript($PACKAGE,"postinst","postinst-doc-base"); - autoscript($PACKAGE,"postrm","postrm-doc-base") + autoscript($PACKAGE,"prerm","prerm-doc-base") } } } -- 2.39.5