From b8809516c61e50e75b8c5cb2d19cf115ca957172 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 27 Apr 2018 20:06:47 +0200 Subject: [PATCH] TT#26264 Remove obsolete rc.d symlinks We removed the init script, let's cleanup fully. Change-Id: I923e5a9701faa135d886f50760dc72abfe42545b --- debian/control | 1 - debian/ngcp-panel.postinst | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 debian/ngcp-panel.postinst diff --git a/debian/control b/debian/control index f3daa78ee9..14978ff753 100644 --- a/debian/control +++ b/debian/control @@ -112,7 +112,6 @@ Depends: libuuid-perl, libxml-mini-perl, libxml-xpath-perl, - lsb-base (>= 3.0-6), ngcp-schema, nginx-common, openssl, diff --git a/debian/ngcp-panel.postinst b/debian/ngcp-panel.postinst old mode 100644 new mode 100755 index 7476754c17..22531b5756 --- a/debian/ngcp-panel.postinst +++ b/debian/ngcp-panel.postinst @@ -5,6 +5,8 @@ set -e # don't do anything when called with other argument than configure case "$1" in configure) + # Remove obsolete rc.d links. + update-rc.d ngcp-panel remove ;; abort-upgrade|abort-remove|abort-deconfigure) exit 0