TT#26264 Remove obsolete rc.d symlinks

We removed the init script, let's cleanup fully.

Change-Id: I923e5a9701faa135d886f50760dc72abfe42545b
changes/84/20884/2
Guillem Jover 7 years ago
parent 3357d335d6
commit b8809516c6

1
debian/control vendored

@ -112,7 +112,6 @@ Depends:
libuuid-perl,
libxml-mini-perl,
libxml-xpath-perl,
lsb-base (>= 3.0-6),
ngcp-schema,
nginx-common,
openssl,

@ -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

Loading…
Cancel
Save