diff options
Diffstat (limited to 'autoscripts/postinst-init-nostart')
-rw-r--r-- | autoscripts/postinst-init-nostart | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-init-nostart b/autoscripts/postinst-init-nostart deleted file mode 100644 index 5d882b6f..00000000 --- a/autoscripts/postinst-init-nostart +++ /dev/null @@ -1,3 +0,0 @@ -if [ -x "/etc/init.d/#SCRIPT#" ]; then - update-rc.d #SCRIPT# #INITPARMS# >/dev/null -fi |