diff options
author | joey <joey> | 1999-08-17 04:38:11 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:38:11 +0000 |
commit | 6a4e26df64f0529f4db0ae7acf394b553a3fc30d (patch) | |
tree | 5c7a4a337942bfe85d3da450a2293762aa9aab51 /autoscripts | |
parent | fae527d4b0eae350f5e43bd82c706bab4b8774b4 (diff) | |
download | debhelper-6a4e26df64f0529f4db0ae7acf394b553a3fc30d.tar.gz |
r26: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postrm-init | 2 |
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 |