diff options
Diffstat (limited to 'autoscripts/postinst-init-norestart')
-rw-r--r-- | autoscripts/postinst-init-norestart | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/autoscripts/postinst-init-norestart b/autoscripts/postinst-init-norestart deleted file mode 100644 index b33702c5..00000000 --- a/autoscripts/postinst-init-norestart +++ /dev/null @@ -1,6 +0,0 @@ -update-rc.d #SCRIPT# #INITPARMS# >/dev/null -if [ "$1" = "configure" ]; then - if [ -z "$2" -o "$2" = "<unknown>" ]; then - /etc/init.d/#SCRIPT# start - fi -fi |