summaryrefslogtreecommitdiff
path: root/community/docker/docker.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-27 03:32:42 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-27 03:32:42 +0000
commitd1a97d539057dec2529d3651d6cd1c830d5339f0 (patch)
tree43ed9a8c00b7ea833874fe624975b3422bc186ad /community/docker/docker.install
parent3f8fdc60f0dbd72d350af3927657f9ff97eb249f (diff)
Sun Jul 27 03:31:36 UTC 2014
Diffstat (limited to 'community/docker/docker.install')
-rw-r--r--community/docker/docker.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/docker/docker.install b/community/docker/docker.install
index f75fd94aa..f730503de 100644
--- a/community/docker/docker.install
+++ b/community/docker/docker.install
@@ -8,7 +8,6 @@ post_install() {
# arg 2: the old package version
post_upgrade() {
(( $(vercmp $2 '1:0.7.1-1') < 0 )) && post_install "$1" || true
- (( $(vercmp $2 '1:1.1.1-2') < 0 )) && socketactivation || true
}
# arg 1: the old package version
@@ -16,14 +15,4 @@ post_remove() {
groupdel docker >/dev/null 2>&1 || true
}
-socketactivation() {
- if systemctl -q is-enabled docker; then
- cat << EOF
-The docker service switched to socket activation.
-We will enable the socket file for you. Don't need to thanks us.
-EOF
- systemctl enable docker.socket
- fi
-}
-
# vim:set ts=2 sw=2 et: