summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:38:11 +0000
committerjoey <joey>1999-08-17 04:38:11 +0000
commit6a4e26df64f0529f4db0ae7acf394b553a3fc30d (patch)
tree5c7a4a337942bfe85d3da450a2293762aa9aab51 /autoscripts
parentfae527d4b0eae350f5e43bd82c706bab4b8774b4 (diff)
downloaddebhelper-6a4e26df64f0529f4db0ae7acf394b553a3fc30d.tar.gz
r26: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postrm-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-init b/autoscripts/postrm-init
index 9596dd97..1c292982 100644
--- a/autoscripts/postrm-init
+++ b/autoscripts/postrm-init
@@ -1,3 +1,3 @@
if [ "$1" = "purge" ] ; then
- update-rc.d #SCRIPT# remove #INITPARMS# >/dev/null
+ update-rc.d #SCRIPT# remove >/dev/null
fi