[activemq] 06/07: Remove /etc/activemq on purge.
Markus Koschany
apo-guest at moszumanska.debian.org
Sun Mar 13 22:18:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository activemq.
commit fd17303f69121dbb7ae000fa617c530068897d9f
Author: Markus Koschany <apo at debian.org>
Date: Sun Mar 13 22:51:59 2016 +0100
Remove /etc/activemq on purge.
Closes: #770455
---
debian/activemq.postrm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/activemq.postrm b/debian/activemq.postrm
index e3ded8e..e788e11 100644
--- a/debian/activemq.postrm
+++ b/debian/activemq.postrm
@@ -46,7 +46,7 @@ if [ "$1" = "purge" ]; then
#del_group
# or just disable account ?
# disable_user
-
+ rm -rf /etc/activemq
rm -rf $AMQ_HOME
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git
More information about the pkg-java-commits
mailing list