diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-07-28 18:16:44 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-07-28 18:16:44 +0200 |
commit | 908c4346d9f66b96d12767bfe9e53d45fb24a6f6 (patch) | |
tree | d3ecc1aee9042a99e98b7252e681a79da5b90b08 /debian/ipmitool.postrm | |
parent | c41d9476dcfce18a0105f96e9b63272e63f15051 (diff) |
Add System V init scripts again
Diffstat (limited to 'debian/ipmitool.postrm')
-rw-r--r-- | debian/ipmitool.postrm | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/debian/ipmitool.postrm b/debian/ipmitool.postrm index f6d6ee9..6cd9693 100644 --- a/debian/ipmitool.postrm +++ b/debian/ipmitool.postrm @@ -3,18 +3,8 @@ set -e -# -# remove System V init file artefacte -# new since 1.8.18-9 -# -if [ "$1" = "purge" ] | [ "$1" = "remove" ]; then - rm -f /etc/rc0.d/K01ipmievd - rm -f /etc/rc1.d/K01ipmievd - rm -f /etc/rc2.d/K01ipmievd - rm -f /etc/rc3.d/K01ipmievd - rm -f /etc/rc4.d/K01ipmievd - rm -f /etc/rc5.d/K01ipmievd - rm -f /etc/rc6.d/K01ipmievd -fi +ipmievd_initd_failed() { + : +} #DEBHELPER# |