Skip to content

Commit

Permalink
Make debian prerm not fail if diamond is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
bfirsh committed Dec 5, 2012
1 parent b32e372 commit f38f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/prerm
Expand Up @@ -17,7 +17,7 @@ set -e
# the debian-policy package

# Stop diamond if it's running
stop diamond
stop diamond || true

case "$1" in
remove|upgrade|deconfigure)
Expand Down

0 comments on commit f38f055

Please sign in to comment.