This was removed in 662e248f680eb49a9951a8b34125506b8f82dfed. The removal breaks usage on Debian derivatives that do not use systemd (see https://github.com/docker/for-linux/issues/482). Upstream-commit: 196c4028288ad241f52201d0f171c251ed13b98f Component: packaging
7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
update-alternatives --remove dockerd /usr/bin/dockerd-ce
|