Merge pull request #987 from dotcloud/601-packaging-ubuntu
Packaging|ubuntu, issue #601: Allow packaging prerm to do its job Upstream-commit: a20dcfb04974f44d6fd2edd385ffdc03334fb2b3 Component: engine
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Stop docker
|
||||
/sbin/stop docker
|
||||
if [ "`pgrep -f '/usr/bin/docker -d'`" != "" ]; then /sbin/stop docker; fi
|
||||
|
||||
Reference in New Issue
Block a user