From 4afb2f66f8d57c5b3eeaabd9a2c4501245e0975a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 26 Dec 2019 19:24:24 +0100 Subject: Fix syntax at debian/ipmitool.maintscript; Remove System V init scripts --- debian/ipmitool.postinst | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 debian/ipmitool.postinst (limited to 'debian/ipmitool.postinst') diff --git a/debian/ipmitool.postinst b/debian/ipmitool.postinst deleted file mode 100644 index 7064f87..0000000 --- a/debian/ipmitool.postinst +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -set -e - - -ipmievd_initd_failed() { - echo "Unable to start ipmievd during installation. Trying to disable." - if [ -f /etc/default/ipmievd ] && \ - grep -q ^ENABLED=\"false\" /etc/default/ipmievd ; then - : - else - touch /etc/default/ipmievd - echo "ENABLED=\"false\"" >> /etc/default/ipmievd - fi -} - -#DEBHELPER# -- cgit v1.2.3