From: joey Date: Tue, 17 Aug 1999 05:08:10 +0000 (+0000) Subject: r162: Initial Import X-Git-Tag: debian_version_0_1~79 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61fc7ffe47681eed509bf441fbbc9108775c5f43;p=debhelper.git r162: Initial Import --- 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") } } }