Packaging|ubuntu, issue #601: Allow packaging prerm to do its job
@@ -1,4 +1,4 @@
#!/bin/sh
# Stop docker
-/sbin/stop docker
+if [ "`pgrep -f '/usr/bin/docker -d'`" != "" ]; then /sbin/stop docker; fi