diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-05 08:33:32 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-04-05 08:33:32 +0100 |
| commit | 638b6b4077367205469e32ac7e35073a6ff4c040 (patch) | |
| tree | 80039ebeea5fed660feb10e554bc08d43aca6e83 /packaging/debs | |
| parent | b3535860829a1d2e26f3cb0b70069db1abb98e2e (diff) | |
| parent | 8e2d85a3df211648dbde26dcc5f319bd04031e03 (diff) | |
| download | rabbitmq-server-git-638b6b4077367205469e32ac7e35073a6ff4c040.tar.gz | |
merge default into bug24725
Diffstat (limited to 'packaging/debs')
| -rw-r--r-- | packaging/debs/Debian/debian/postrm.in | 9 |
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) |
