summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-04-10 12:09:36 +0100
committerEmile Joubert <emile@rabbitmq.com>2012-04-10 12:09:36 +0100
commitb4f0c71ffcce6e3b400942c55c42da738b5fc0bf (patch)
tree17728cb46d59ae408f32dd164e9b0238fe89d277 /packaging
parent0aad6109003d0c45df94704d019a0704b0f92e66 (diff)
parent53afb468e8ac87998360228a2ee4726b25c6b1c6 (diff)
downloadrabbitmq-server-git-b4f0c71ffcce6e3b400942c55c42da738b5fc0bf.tar.gz
Merged bug24833 into default
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debs/Debian/debian/postrm.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/packaging/debs/Debian/debian/postrm.in b/packaging/debs/Debian/debian/postrm.in
index baf081fc47..c2e9bbfedc 100644
--- a/packaging/debs/Debian/debian/postrm.in
+++ b/packaging/debs/Debian/debian/postrm.in
@@ -35,20 +35,15 @@ case "$1" in
if [ -d /etc/rabbitmq ]; then
rm -r /etc/rabbitmq
fi
- remove_plugin_traces
+ remove_plugin_traces
if getent passwd rabbitmq >/dev/null; then
# Stop epmd if run by the rabbitmq user
pkill -u rabbitmq epmd || :
-
- deluser rabbitmq
- fi
- if getent group rabbitmq >/dev/null; then
- delgroup rabbitmq
fi
;;
remove|upgrade)
- remove_plugin_traces
+ remove_plugin_traces
;;
failed-upgrade|abort-install|abort-upgrade|disappear)