[DRE-commits] [diaspora] 04/08: remove initializers on purge

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 27 14:09:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora.

commit e6510a265407cf53cb116abedeb38f566e180da2
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 27 17:45:51 2016 +0530

    remove initializers on purge
---
 debian/postrm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/postrm b/debian/postrm
index 6496c50..52a187e 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -35,6 +35,8 @@ case "$1" in
     # its configuration purged from the system.
     :
 
+    rm -rf /etc/diaspora/initializers
+
     ;;
   disappear)
     if test "$2" != overwriter; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git



More information about the Pkg-ruby-extras-commits mailing list