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