From 418435f110b5f39e6933272e051e15d919ef59b9 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 5 Feb 2001 18:09:36 +0000 Subject: r417: * dh_installinit -r: stop init script in prerm on package removal, Closes: #84974 --- dh_installinit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dh_installinit') diff --git a/dh_installinit b/dh_installinit index 7836a9e2..cd3fca48 100755 --- a/dh_installinit +++ b/dh_installinit @@ -55,10 +55,12 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { # -r on the command line sets R_FLAG. If it's set, there # is no restart on upgrade. if ($dh{R_FLAG}) { - autoscript($PACKAGE,"postinst","postinst-init-norestart", + autoscript($PACKAGE,"postinst", "postinst-init-norestart", "s/#SCRIPT#/$script/;s/#INITPARMS#/$params/"); autoscript($PACKAGE,"postrm","postrm-init", "s/#SCRIPT#/$script/;s/#INITPARMS#/$params/"); + autoscript($PACKAGE,"prerm","prerm-init-norestart", + "s/#SCRIPT#/$script/;s/#INITPARMS#/$params/"); } else { autoscript($PACKAGE,"postinst","postinst-init", -- cgit v1.2.3