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