summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-init-norestart8
-rw-r--r--autoscripts/postinst-init-norestart-invoke8
2 files changed, 0 insertions, 16 deletions
diff --git a/autoscripts/postinst-init-norestart b/autoscripts/postinst-init-norestart
deleted file mode 100644
index a5741654..00000000
--- a/autoscripts/postinst-init-norestart
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ -x "/etc/init.d/#SCRIPT#" ]; then
- update-rc.d #SCRIPT# #INITPARMS# >/dev/null
- if [ "$1" = "configure" ]; then
- if [ -z "$2" ] || [ "$2" = "<unknown>" ]; then
- /etc/init.d/#SCRIPT# start
- fi
- fi
-fi
diff --git a/autoscripts/postinst-init-norestart-invoke b/autoscripts/postinst-init-norestart-invoke
deleted file mode 100644
index be1751c8..00000000
--- a/autoscripts/postinst-init-norestart-invoke
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ -x "/etc/init.d/#SCRIPT#" ]; then
- update-rc.d #SCRIPT# #INITPARMS# >/dev/null
- if [ "$1" = "configure" ]; then
- if [ -z "$2" ] || [ "$2" = "<unknown>" ]; then
- invoke-rc.d #SCRIPT# start
- fi
- fi
-fi