summaryrefslogtreecommitdiff
path: root/packaging/debs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-09-06 14:41:26 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-09-06 14:41:26 +0100
commita9a3a27d72e662aa11dfd756cdb0c3e9594e836b (patch)
tree8459857394541ad491302f32089cf47c322779d4 /packaging/debs
parent6e22a7a8636da06522165e0a6f2628288a9eab73 (diff)
downloadrabbitmq-server-git-a9a3a27d72e662aa11dfd756cdb0c3e9594e836b.tar.gz
Be consistent about attempting to remove the directory whenever we can; remove purge deletion of var/run which has existed since root of hg repo.
Diffstat (limited to 'packaging/debs')
-rw-r--r--packaging/debs/Debian/debian/postrm.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/debs/Debian/debian/postrm.in b/packaging/debs/Debian/debian/postrm.in
index c4aeeebe3d..baf081fc47 100644
--- a/packaging/debs/Debian/debian/postrm.in
+++ b/packaging/debs/Debian/debian/postrm.in
@@ -32,9 +32,6 @@ case "$1" in
if [ -d /var/log/rabbitmq ]; then
rm -r /var/log/rabbitmq
fi
- if [ -d /var/run/rabbitmq ]; then
- rm -r /var/run/rabbitmq
- fi
if [ -d /etc/rabbitmq ]; then
rm -r /etc/rabbitmq
fi